Commit e202b5c3 authored by Ulf Samuelsson's avatar Ulf Samuelsson
Browse files

Disable webkit (with comment) if X is not available

parent 7a69b7a3
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
config BR2_PACKAGE_WEBKIT
	bool "webkit"
	select BR2_PACKAGE_LIBGTK2
	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