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