summaryrefslogtreecommitdiff
path: root/package/webkit/Config.in
blob: 9c4f9ba5eabe854dc058c3e5f3d7b3a9ee92c4fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
config BR2_PACKAGE_WEBKIT
	bool "webkit"
	select BR2_PACKAGE_ICU
	select BR2_PACKAGE_CURL
	select BR2_PACKAGE_LIBXML2
	select BR2_PACKAGE_LIBXSLT
	select BR2_PACKAGE_LIBGTK2
	select BR2_PACKAGE_SQLITE
	depends on !BR2_PACKAGE_XSERVER_none
	help
		WebKit is an open source, standards compliant web browser engine.
		It runs on top of X-Windows

		http://webkit.org/

comment "webkit       - disabled (requires X-Windows)"
	depends on BR2_PACKAGE_XSERVER_none