qt: QtDeclarative needs script support as well
authorPeter Korsgaard <jacmet@sunsite.dk>
Tue, 21 Jun 2011 11:15:04 +0000 (13:15 +0200)
committerPeter 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

index 214f14090479ae941bd5e1d55182b522b99a638c..ab231d9bd01747cda05750f6f95afcca91509745 100644 (file)
@@ -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