xref: /OK3568_Linux_fs/buildroot/package/libgphoto2/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBGPHOTO2
2*4882a593Smuzhiyun	bool "libgphoto2"
3*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # libusb
5*4882a593Smuzhiyun	select BR2_PACKAGE_LIBTOOL
6*4882a593Smuzhiyun	select BR2_PACKAGE_LIBUSB
7*4882a593Smuzhiyun	select BR2_PACKAGE_LIBXML2
8*4882a593Smuzhiyun	help
9*4882a593Smuzhiyun	  libgphoto2 is the core library designed to allow access to
10*4882a593Smuzhiyun	  digital camera by external programs.
11*4882a593Smuzhiyun
12*4882a593Smuzhiyun	  http://gphoto.org/proj/libgphoto2/
13*4882a593Smuzhiyun
14*4882a593Smuzhiyuncomment "libgphoto needs a toolchain w/ threads, gcc >= 4.9"
15*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_THREADS || \
16*4882a593Smuzhiyun		!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
17