diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-11-04 12:13:11 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-11-04 12:13:11 +0100 |
commit | a6753fa646f714bd0a794d270bd77e951d8204ac (patch) | |
tree | a5478a1158fb1228dc110b559329f082583c6c6b /recipes-qt/maliit | |
parent | d6c3d39a70609c9ce81649af4a923db7185b2b7e (diff) | |
download | meta-qt5-a6753fa646f714bd0a794d270bd77e951d8204ac.tar.gz |
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.bb | 2 |
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}" | |||
24 | PACKAGES =+ "${PN}-gtk" | 24 | PACKAGES =+ "${PN}-gtk" |
25 | GTKIMMODULES_PACKAGES = "${PN}-gtk" | 25 | GTKIMMODULES_PACKAGES = "${PN}-gtk" |
26 | 26 | ||
27 | DEPENDS = "qtbase" | 27 | DEPENDS = "qtdeclarative" |
28 | 28 | ||
29 | # FIXME: Do we need something like this with qt5? | 29 | # FIXME: Do we need something like this with qt5? |
30 | #RDEPENDS_${PN} = "qt4-plugin-inputmethod-imsw-multi libqtsvg4" | 30 | #RDEPENDS_${PN} = "qt4-plugin-inputmethod-imsw-multi libqtsvg4" |