summaryrefslogtreecommitdiffstats
path: root/package/brltty/Config.in
blob: dfd2ff4428a81b302478375ac32d83719e625de7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
config BR2_PACKAGE_BRLTTY
	bool "brltty"
	depends on BR2_USE_WCHAR
	depends on BR2_TOOLCHAIN_HAS_THREADS
	help
	  A daemon providing access to the Linux console for a blind
	  person using a refreshable braille display.

	  http://brltty.com/

if BR2_PACKAGE_BRLTTY

config BR2_PACKAGE_BRLTTY_TEXT_TABLE
	string "text-table"

endif

comment "brltty needs a toolchain w/ threads, wchar"
	depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
OpenPOWER on IntegriCloud