Config.in 540 B

12345678910111213141516171819
  1. config BR2_PACKAGE_DILLO
  2. bool "dillo"
  3. depends on BR2_PACKAGE_XORG7
  4. depends on BR2_INSTALL_LIBSTDCPP
  5. depends on BR2_USE_MMU # fltk fork()
  6. select BR2_PACKAGE_FLTK
  7. select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
  8. select BR2_PACKAGE_ZLIB
  9. help
  10. Dillo is a multi-platform graphical web browser known
  11. for its speed and small footprint.
  12. Enable openssl package to gain https support.
  13. http://www.dillo.org
  14. comment "dillo needs a toolchain w/ C++"
  15. depends on BR2_PACKAGE_XORG7 && BR2_USE_MMU
  16. depends on !BR2_INSTALL_LIBSTDCPP