diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-11-02 14:21:44 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-11-03 22:39:09 +0100 |
commit | d6c3d39a70609c9ce81649af4a923db7185b2b7e (patch) | |
tree | 50cc7d2063d084483ebe475349fb25f54461b8b4 | |
parent | faa07fc3a61f16a5de5b548f74c155a81dd86190 (diff) | |
download | meta-qt5-d6c3d39a70609c9ce81649af4a923db7185b2b7e.tar.gz |
maliit-framework-qt5: Add missing dependency on qtbase
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes-qt/maliit/maliit-framework-qt5_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-qt/maliit/maliit-framework-qt5_git.bb b/recipes-qt/maliit/maliit-framework-qt5_git.bb index 2d836033..e7f8eb62 100644 --- a/recipes-qt/maliit/maliit-framework-qt5_git.bb +++ b/recipes-qt/maliit/maliit-framework-qt5_git.bb | |||
@@ -24,6 +24,8 @@ 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" | ||
28 | |||
27 | # FIXME: Do we need something like this with qt5? | 29 | # FIXME: Do we need something like this with qt5? |
28 | #RDEPENDS_${PN} = "qt4-plugin-inputmethod-imsw-multi libqtsvg4" | 30 | #RDEPENDS_${PN} = "qt4-plugin-inputmethod-imsw-multi libqtsvg4" |
29 | 31 | ||