aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/maliit
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-11-04 12:13:11 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2013-11-04 12:13:11 +0100
commita6753fa646f714bd0a794d270bd77e951d8204ac (patch)
treea5478a1158fb1228dc110b559329f082583c6c6b /recipes-qt/maliit
parentd6c3d39a70609c9ce81649af4a923db7185b2b7e (diff)
maliit-framework-qt5: Add missing dependency on qtdeclarative
* it needs also quick and qml, so qtbase wasn't enough Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/maliit')
-rw-r--r--recipes-qt/maliit/maliit-framework-qt5_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/maliit/maliit-framework-qt5_git.bb b/recipes-qt/maliit/maliit-framework-qt5_git.bb
index e7f8eb62..b6d8cb34 100644
--- a/recipes-qt/maliit/maliit-framework-qt5_git.bb
+++ b/recipes-qt/maliit/maliit-framework-qt5_git.bb
@@ -24,7 +24,7 @@ PV = "0.99.0+git${SRCPV}"
PACKAGES =+ "${PN}-gtk"
GTKIMMODULES_PACKAGES = "${PN}-gtk"
-DEPENDS = "qtbase"
+DEPENDS = "qtdeclarative"
# FIXME: Do we need something like this with qt5?
#RDEPENDS_${PN} = "qt4-plugin-inputmethod-imsw-multi libqtsvg4"