2017-11-27 23:56:45 +01:00
|
|
|
config BR2_PACKAGE_BRLTTY
|
|
|
|
bool "brltty"
|
|
|
|
depends on BR2_USE_WCHAR
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2017-12-30 11:48:04 +01:00
|
|
|
depends on !BR2_STATIC_LIBS
|
2018-01-01 16:12:18 +01:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2017-11-27 23:56:45 +01:00
|
|
|
help
|
|
|
|
A daemon providing access to the Linux console for a blind
|
|
|
|
person using a refreshable braille display.
|
|
|
|
|
2018-09-16 16:55:11 +02:00
|
|
|
http://brltty.app/
|
2017-11-27 23:56:45 +01:00
|
|
|
|
|
|
|
if BR2_PACKAGE_BRLTTY
|
|
|
|
|
|
|
|
config BR2_PACKAGE_BRLTTY_TEXT_TABLE
|
|
|
|
string "text-table"
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
2017-12-30 11:48:04 +01:00
|
|
|
comment "brltty needs a toolchain w/ dynamic lib, threads, wchar"
|
2018-01-01 16:12:18 +01:00
|
|
|
depends on BR2_USE_MMU
|
2017-12-30 11:48:04 +01:00
|
|
|
depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
|