mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
Disable webkit (with comment) if X is not available
This commit is contained in:
parent
7a69b7a3f6
commit
e202b5c378
@ -1,13 +1,18 @@
|
|||||||
config BR2_PACKAGE_WEBKIT
|
config BR2_PACKAGE_WEBKIT
|
||||||
bool "webkit"
|
bool "webkit"
|
||||||
select BR2_PACKAGE_LIBGTK2
|
|
||||||
select BR2_PACKAGE_ICU
|
select BR2_PACKAGE_ICU
|
||||||
select BR2_PACKAGE_CURL
|
select BR2_PACKAGE_CURL
|
||||||
select BR2_PACKAGE_LIBXML2
|
select BR2_PACKAGE_LIBXML2
|
||||||
select BR2_PACKAGE_LIBXSLT
|
select BR2_PACKAGE_LIBXSLT
|
||||||
|
select BR2_PACKAGE_LIBGTK2
|
||||||
select BR2_PACKAGE_SQLITE
|
select BR2_PACKAGE_SQLITE
|
||||||
|
depends on !BR2_PACKAGE_XSERVER_none
|
||||||
help
|
help
|
||||||
WebKit is an open source, standards compliant web browser engine.
|
WebKit is an open source, standards compliant web browser engine.
|
||||||
|
It runs on top of X-Windows
|
||||||
|
|
||||||
http://webkit.org/
|
http://webkit.org/
|
||||||
|
|
||||||
|
comment "webkit - disabled (requires X-Windows)"
|
||||||
|
depends on BR2_PACKAGE_XSERVER_none
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user