summaryrefslogtreecommitdiffstats
path: root/package/midori/Config.in
blob: 9bc68c8404d77bf2747f1b2bac2dd550b3c74359 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
config BR2_PACKAGE_MIDORI
	bool "midori"
	select BR2_PACKAGE_WEBKIT
	select BR2_PACKAGE_LIBSEXY
	select BR2_PACKAGE_PKGCONFIG
	depends on BR2_PACKAGE_XORG||BR2_PACKAGE_XORG7
	help
	  Midori is a lightweight web browser based on WebKit

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

comment "midori		- disabled (requires Xorg(7))"
	depends on !(BR2_PACKAGE_XORG || BR2_PACKAGE_XORG7)