summaryrefslogtreecommitdiffstats
path: root/package/midori/Config.in
blob: a684376c69f7c9b5828b4bb66f1c13d56f71a7c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
config BR2_PACKAGE_MIDORI
	bool "midori"
	select BR2_PACKAGE_WEBKIT
	select BR2_PACKAGE_LIBSEXY
	select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
	select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
	depends on BR2_PACKAGE_LIBGTK2
	depends on BR2_INSTALL_LIBSTDCPP # webkit
	depends on BR2_TOOLCHAIN_HAS_THREADS # webkit -> enchant -> libglib2
	depends on BR2_USE_WCHAR	 # webkit
	depends on (BR2_arm || BR2_armeb || BR2_i386 || BR2_mips || BR2_mipsel || \
		    BR2_powerpc || BR2_sh || BR2_sparc || BR2_x86_64) # webkit
	help
	  Midori is a lightweight web browser based on WebKit

	  http://software.twotoasts.de/?page=midori

comment "midori needs libgtk2 and a toolchain w/ C++, wchar, threads"
	depends on (BR2_arm || BR2_armeb || BR2_i386 || BR2_mips || BR2_mipsel || \
		    BR2_powerpc || BR2_sh || BR2_sparc || BR2_x86_64)
	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
		!BR2_TOOLCHAIN_HAS_THREADS || !BR2_PACKAGE_LIBGTK2
OpenPOWER on IntegriCloud