buildroot/package/brltty/Config.in
Fabrice Fontaine 50f42f1c09 brltty: bump to version 5.6
- Remove first, second and third patch (already in version)
- Fix major/minor build failure with glibc 2.28, see:
  cee581fac7
- Update web site URL to brltty.app, see
  97efaecd6c
- Update license to LPGL-2.1+, see:
  16ccb7d13f

Fixes:
 - http://autobuild.buildroot.org/results/0fb2c33f00990e471736c4180f23026fa9adb982

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018-09-18 22:29:16 +02:00

23 lines
561 B
Plaintext

config BR2_PACKAGE_BRLTTY
bool "brltty"
depends on BR2_USE_WCHAR
depends on BR2_TOOLCHAIN_HAS_THREADS
depends on !BR2_STATIC_LIBS
depends on BR2_USE_MMU # fork()
help
A daemon providing access to the Linux console for a blind
person using a refreshable braille display.
http://brltty.app/
if BR2_PACKAGE_BRLTTY
config BR2_PACKAGE_BRLTTY_TEXT_TABLE
string "text-table"
endif
comment "brltty needs a toolchain w/ dynamic lib, threads, wchar"
depends on BR2_USE_MMU
depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR