From 0a78829e0a0d781a95a040435e22ec0d155c59ca Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 21 Jun 2011 13:15:04 +0200 Subject: 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 --- package/qt/Config.in | 1 + 1 file changed, 1 insertion(+) (limited to 'package/qt') 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 -- cgit v1.2.3