4af3bb1d0e
Fixes: http://autobuild.buildroot.org/results/58d0231cc39ee6be3064906f07307b438ea4c30b Also fixed some indentation issues Signed-off-by: Gilles Talis <gilles.talis@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
24 lines
547 B
Plaintext
24 lines
547 B
Plaintext
config BR2_PACKAGE_LCDPROC
|
|
bool "lcdproc"
|
|
depends on BR2_USE_MMU # fork()
|
|
select BR2_PACKAGE_FREETYPE
|
|
select BR2_PACKAGE_NCURSES
|
|
select BR2_PACKAGE_ZLIB
|
|
help
|
|
LCD display driver daemon and clients
|
|
|
|
http://lcdproc.org/
|
|
|
|
config BR2_PACKAGE_LCDPROC_DRIVERS
|
|
string "List of drivers to build"
|
|
default "all"
|
|
depends on BR2_PACKAGE_LCDPROC
|
|
help
|
|
Specify a comma-separated list of lcdproc drivers to be built
|
|
|
|
config BR2_PACKAGE_LCDPROC_MENUS
|
|
bool "Menu support"
|
|
depends on BR2_PACKAGE_LCDPROC
|
|
help
|
|
Enable support for lcdproc menus
|