xref: /OK3568_Linux_fs/buildroot/package/flickcurl/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_FLICKCURL
2*4882a593Smuzhiyun	bool "flickcurl"
3*4882a593Smuzhiyun	select BR2_PACKAGE_LIBCURL
4*4882a593Smuzhiyun	select BR2_PACKAGE_LIBXML2
5*4882a593Smuzhiyun	# Ensure that libcurl is built with crypto support, since
6*4882a593Smuzhiyun	# flickcurl must access https:// URLs.
7*4882a593Smuzhiyun	select BR2_PACKAGE_OPENSSL if !(BR2_PACKAGE_GNUTLS || BR2_PACKAGE_LIBNSS)
8*4882a593Smuzhiyun	select BR2_PACKAGE_CA_CERTIFICATES # runtime
9*4882a593Smuzhiyun	help
10*4882a593Smuzhiyun	  Flickcurl is a C library for the Flickr API, handling
11*4882a593Smuzhiyun	  creating the requests, signing, token management, calling
12*4882a593Smuzhiyun	  the API, marshalling request parameters and decoding
13*4882a593Smuzhiyun	  responses.
14*4882a593Smuzhiyun
15*4882a593Smuzhiyun	  http://librdf.org/flickcurl/
16*4882a593Smuzhiyun
17*4882a593Smuzhiyunconfig BR2_PACKAGE_FLICKCURL_UTILS
18*4882a593Smuzhiyun	bool "flickcurl utilities"
19*4882a593Smuzhiyun	depends on BR2_PACKAGE_FLICKCURL
20*4882a593Smuzhiyun	help
21*4882a593Smuzhiyun	  Install flickcurl utilites (flickcurl + flickrdf) to target.
22