summaryrefslogtreecommitdiffstats
path: root/package/midori/Config.in
blob: 7490e52f465aab21875eab962ff1ba42bf02d124 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
config BR2_PACKAGE_MIDORI
	bool "midori"
	select BR2_PACKAGE_WEBKIT
	select BR2_PACKAGE_LIBSEXY
	select BR2_PACKAGE_PKGCONFIG
	default n
	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)