The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / lcdproc / Config.in
1 comment "lcdproc needs a toolchain w/  dynamic library"
2         depends on BR2_STATIC_LIBS
3
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
13
14           http://lcdproc.org/
15
16 if BR2_PACKAGE_LCDPROC
17
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
23
24 config BR2_PACKAGE_LCDPROC_MENUS
25         bool "Menu support"
26         help
27           Enable support for lcdproc menus
28
29 endif