2015-05-15 00:18:24 +02:00
|
|
|
comment "lcdproc needs a toolchain w/ dynamic library"
|
|
|
|
depends on BR2_STATIC_LIBS
|
|
|
|
|
2012-03-15 09:49:42 +01:00
|
|
|
config BR2_PACKAGE_LCDPROC
|
2013-03-11 08:41:24 +01:00
|
|
|
bool "lcdproc"
|
|
|
|
depends on BR2_USE_MMU # fork()
|
2015-05-15 00:18:24 +02:00
|
|
|
depends on !BR2_STATIC_LIBS
|
2013-03-11 08:41:24 +01:00
|
|
|
select BR2_PACKAGE_FREETYPE
|
|
|
|
select BR2_PACKAGE_NCURSES
|
|
|
|
select BR2_PACKAGE_ZLIB
|
|
|
|
help
|
|
|
|
LCD display driver daemon and clients
|
2012-03-15 09:49:42 +01:00
|
|
|
|
2013-03-11 08:41:24 +01:00
|
|
|
http://lcdproc.org/
|
2012-04-11 14:12:30 +02:00
|
|
|
|
2013-12-20 22:31:30 +01:00
|
|
|
if BR2_PACKAGE_LCDPROC
|
|
|
|
|
2012-04-11 14:12:30 +02:00
|
|
|
config BR2_PACKAGE_LCDPROC_DRIVERS
|
|
|
|
string "List of drivers to build"
|
|
|
|
default "all"
|
|
|
|
help
|
|
|
|
Specify a comma-separated list of lcdproc drivers to be built
|
2012-10-04 04:11:39 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_LCDPROC_MENUS
|
|
|
|
bool "Menu support"
|
|
|
|
help
|
|
|
|
Enable support for lcdproc menus
|
2013-12-20 22:31:30 +01:00
|
|
|
|
|
|
|
endif
|