xref: /OK3568_Linux_fs/buildroot/package/dillo/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_DILLO
2*4882a593Smuzhiyun	bool "dillo"
3*4882a593Smuzhiyun	depends on BR2_PACKAGE_XORG7
4*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
5*4882a593Smuzhiyun	depends on BR2_USE_MMU # fltk fork()
6*4882a593Smuzhiyun	select BR2_PACKAGE_FLTK
7*4882a593Smuzhiyun	select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
8*4882a593Smuzhiyun	select BR2_PACKAGE_ZLIB
9*4882a593Smuzhiyun	help
10*4882a593Smuzhiyun	  Dillo is a multi-platform graphical web browser known
11*4882a593Smuzhiyun	  for its speed and small footprint.
12*4882a593Smuzhiyun
13*4882a593Smuzhiyun	  Enable openssl package to gain https support.
14*4882a593Smuzhiyun
15*4882a593Smuzhiyun	  http://www.dillo.org
16*4882a593Smuzhiyun
17*4882a593Smuzhiyuncomment "dillo needs a toolchain w/ C++"
18*4882a593Smuzhiyun	depends on BR2_PACKAGE_XORG7 && BR2_USE_MMU
19*4882a593Smuzhiyun	depends on !BR2_INSTALL_LIBSTDCPP
20