1config BR2_PACKAGE_FBTERM 2 bool "fbterm" 3 depends on BR2_INSTALL_LIBSTDCPP 4 depends on BR2_ENABLE_LOCALE 5 depends on BR2_USE_WCHAR 6 depends on BR2_USE_MMU # fork() 7 select BR2_PACKAGE_FONTCONFIG 8 select BR2_PACKAGE_LIBERATION 9 help 10 fbterm is a fast terminal emulator for Linux with frame buffer 11 device or VESA video card. 12 13 https://code.google.com/archive/p/fbterm/ 14 15comment "fbterm needs a toolchain w/ C++, wchar, locale" 16 depends on BR2_USE_MMU 17 depends on !(BR2_INSTALL_LIBSTDCPP && BR2_ENABLE_LOCALE && BR2_USE_WCHAR) 18