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