Commit 0a78829e authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

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: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent e46df26e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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