projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e46df26
)
qt: QtDeclarative needs script support as well
author
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 21 Jun 2011 11:15:04 +0000
(13:15 +0200)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 21 Jun 2011 11:15:04 +0000
(13:15 +0200)
Otherwise configure errors out with:
Error: QtDeclarative was requested, but it can't be built due to
QtScript or QtGui being disabled.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/qt/Config.in
patch
|
blob
|
history
diff --git
a/package/qt/Config.in
b/package/qt/Config.in
index 214f14090479ae941bd5e1d55182b522b99a638c..ab231d9bd01747cda05750f6f95afcca91509745 100644
(file)
--- a/
package/qt/Config.in
+++ b/
package/qt/Config.in
@@
-380,6
+380,7
@@
config BR2_PACKAGE_QT_SCRIPTTOOLS
config BR2_PACKAGE_QT_DECLARATIVE
bool "Declarative module"
+ depends on BR2_PACKAGE_QT_SCRIPT
depends on BR2_PACKAGE_QT_GUI_MODULE
help
Build the Qt Declarative Module for qml support