Config.in 531 B

1234567891011121314151617
  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.
  12. https://code.google.com/archive/p/fbterm/
  13. comment "fbterm needs a toolchain w/ C++, wchar, locale"
  14. depends on BR2_USE_MMU
  15. depends on !(BR2_INSTALL_LIBSTDCPP && BR2_ENABLE_LOCALE && BR2_USE_WCHAR)