summaryrefslogtreecommitdiffstats
path: root/package/midori/Config.in
blob: 66279f96e674f4ce74e9c684c72b02518c67b186 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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 requires C++, WCHAR, threading in toolchain and libgtk2"
        depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
		!BR2_TOOLCHAIN_HAS_THREADS || !BR2_PACKAGE_LIBGTK2
OpenPOWER on IntegriCloud