sysklogd: fix build on musl
[buildroot-gz.git] / package / fbterm / Config.in
blob3ab8bdb4d4ff7437cb2c0ec5a0321cc211e49f76
1 config 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.
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)