DEVELOPERS: add Yegor Yefremov for the ser2net package
[buildroot-gz.git] / package / lcdproc / Config.in
blob042abd69df96e1765230b5e349e9aac6f7056323
1 comment "lcdproc needs a toolchain w/  dynamic library"
2         depends on BR2_STATIC_LIBS
4 config BR2_PACKAGE_LCDPROC
5         bool "lcdproc"
6         depends on BR2_USE_MMU # fork()
7         depends on !BR2_STATIC_LIBS
8         select BR2_PACKAGE_FREETYPE
9         select BR2_PACKAGE_NCURSES
10         select BR2_PACKAGE_ZLIB
11         help
12           LCD display driver daemon and clients
14           http://lcdproc.org/
16 if BR2_PACKAGE_LCDPROC
18 config BR2_PACKAGE_LCDPROC_DRIVERS
19         string "List of drivers to build"
20         default "all"
21         help
22           Specify a comma-separated list of lcdproc drivers to be built
24 config BR2_PACKAGE_LCDPROC_MENUS
25         bool "Menu support"
26         help
27           Enable support for lcdproc menus
29 endif