1 config BR2_PACKAGE_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
10 fbterm is a fast terminal emulator for Linux with frame buffer
11 device or VESA video card.
13 http://code.google.com/p/fbterm/
15 comment "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)