projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6da11e
)
webkit: depend on C++ + wchar support in toolkit, as icu needs it
author
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 27 Jan 2009 15:10:08 +0000
(15:10 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 27 Jan 2009 15:10:08 +0000
(15:10 -0000)
package/webkit/Config.in
patch
|
blob
|
history
diff --git
a/package/webkit/Config.in
b/package/webkit/Config.in
index dbb10b2bd7b4178265782548112e5b405110891d..9e3419aa7757f308ac472358c86227e57aa85d4f 100644
(file)
--- a/
package/webkit/Config.in
+++ b/
package/webkit/Config.in
@@
-1,5
+1,7
@@
config BR2_PACKAGE_WEBKIT
bool "webkit"
+ depends on BR2_INSTALL_LIBSTDCPP
+ depends on BR2_USE_WCHAR
select BR2_PACKAGE_LIBGTK2
select BR2_PACKAGE_ICU
select BR2_PACKAGE_CURL
@@
-11,3
+13,5
@@
config BR2_PACKAGE_WEBKIT
http://webkit.org/
+comment "webkit requires a toolchain with C++ support and WCHAR enabled"
+ depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR