Config.in 462 B

12345678910111213141516
  1. config 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. http://www.sane-project.org
  8. Backends are included automatically based on the libraries
  9. that have been selected: libusb, jpeg, tiff, avahi (with
  10. dbus and libglib2), and netsnmp.
  11. comment "sane-backends needs a toolchain w/ dynamic library"
  12. depends on BR2_USE_MMU
  13. depends on BR2_STATIC_LIBS