Config.in 445 B

12345678910111213141516
  1. config BR2_PACKAGE_NEWT
  2. bool "newt"
  3. depends on BR2_USE_WCHAR
  4. depends on BR2_USE_MMU # slang
  5. depends on !BR2_STATIC_LIBS # unconditionally creates .so
  6. select BR2_PACKAGE_SLANG
  7. select BR2_PACKAGE_POPT
  8. help
  9. Programming library for color text mode, widget based user
  10. interfaces.
  11. http://www.redhat.com/
  12. comment "newt needs a toolchain w/ wchar, dynamic library"
  13. depends on BR2_USE_MMU
  14. depends on !BR2_USE_WCHAR || BR2_STATIC_LIBS