diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-06-21 13:15:04 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-06-21 13:15:04 +0200 |
commit | 0a78829e0a0d781a95a040435e22ec0d155c59ca (patch) | |
tree | 558768b50936da5f9200be7a9508f480bb080e39 /package | |
parent | e46df26e11a790da253de2d4c8ae99b4768b684a (diff) |
qt: QtDeclarative needs script support as well
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>
Diffstat (limited to 'package')
-rw-r--r-- | package/qt/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/qt/Config.in b/package/qt/Config.in index 214f14090..ab231d9bd 100644 --- 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 |