projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a69b7a
)
Disable webkit (with comment) if X is not available
author
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Fri, 23 Jan 2009 17:49:07 +0000
(17:49 -0000)
committer
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Fri, 23 Jan 2009 17:49:07 +0000
(17:49 -0000)
package/webkit/Config.in
patch
|
blob
|
history
diff --git
a/package/webkit/Config.in
b/package/webkit/Config.in
index dbb10b2bd7b4178265782548112e5b405110891d..9c4f9ba5eabe854dc058c3e5f3d7b3a9ee92c4fd 100644
(file)
--- a/
package/webkit/Config.in
+++ b/
package/webkit/Config.in
@@
-1,13
+1,18
@@
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
+