1config 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 13 Enable openssl package to gain https support. 14 15 http://www.dillo.org 16 17comment "dillo needs a toolchain w/ C++" 18 depends on BR2_PACKAGE_XORG7 && BR2_USE_MMU 19 depends on !BR2_INSTALL_LIBSTDCPP 20