xref: /OK3568_Linux_fs/buildroot/package/sane-backends/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_SANE_BACKENDS
2	bool "sane-backends"
3	depends on BR2_USE_MMU # fork()
4	depends on !BR2_STATIC_LIBS
5	help
6	  SANE - Scanner Access Now Easy
7
8	  http://www.sane-project.org
9
10	  Backends are included automatically based on the libraries
11	  that have been selected: libusb, jpeg, tiff, avahi (with
12	  dbus and libglib2), and netsnmp.
13
14comment "sane-backends needs a toolchain w/ dynamic library"
15	depends on BR2_USE_MMU
16	depends on BR2_STATIC_LIBS
17