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 / fbterm / Config.in
1 config BR2_PACKAGE_FBTERM
2         bool "fbterm"
3         depends on (BR2_INSTALL_LIBSTDCPP && BR2_ENABLE_LOCALE && BR2_USE_WCHAR)
4         select BR2_PACKAGE_FONTCONFIG
5         select BR2_PACKAGE_LIBERATION
6         help
7           fbterm is a fast terminal emulator for Linux with frame buffer
8           device or VESA video card.
9
10           http://code.google.com/p/fbterm/
11
12 comment "fbterm needs a toolchain w/ C++, wchar, locale"
13         depends on !(BR2_INSTALL_LIBSTDCPP && BR2_ENABLE_LOCALE && BR2_USE_WCHAR)