1comment "lcdproc needs a toolchain w/ dynamic library" 2 depends on BR2_STATIC_LIBS 3 4config 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 16if BR2_PACKAGE_LCDPROC 17 18config 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 24config BR2_PACKAGE_LCDPROC_MENUS 25 bool "Menu support" 26 help 27 Enable support for lcdproc menus 28 29endif 30