Config.in 683 B

1234567891011121314151617181920212223
  1. config BR2_PACKAGE_BRLTTY
  2. bool "brltty"
  3. depends on BR2_USE_WCHAR
  4. depends on BR2_TOOLCHAIN_HAS_THREADS
  5. depends on !BR2_STATIC_LIBS
  6. depends on BR2_USE_MMU # fork()
  7. select BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_HID if BR2_PACKAGE_BLUEZ5_UTILS && BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_18 # runtime
  8. help
  9. A daemon providing access to the Linux console for a blind
  10. person using a refreshable braille display.
  11. http://brltty.app/
  12. if BR2_PACKAGE_BRLTTY
  13. config BR2_PACKAGE_BRLTTY_TEXT_TABLE
  14. string "text-table"
  15. endif
  16. comment "brltty needs a toolchain w/ dynamic lib, threads, wchar"
  17. depends on BR2_USE_MMU
  18. depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR