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>
This commit is contained in:
Martin Jansa 2013-11-04 12:13:11 +01:00
parent d6c3d39a70
commit a6753fa646
1 changed files with 1 additions and 1 deletions

View File

@ -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"