From: Peter Korsgaard Date: Tue, 21 Jun 2011 11:15:04 +0000 (+0200) Subject: qt: QtDeclarative needs script support as well X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0a78829e0a0d781a95a040435e22ec0d155c59ca;p=buildroot.git 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 --- diff --git a/package/qt/Config.in b/package/qt/Config.in index 214f140904..ab231d9bd0 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