summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/maliit/maliit-framework_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/maliit/maliit-framework_git.bb b/meta-oe/recipes-support/maliit/maliit-framework_git.bb
index 534a3c85b6..a164e781fa 100644
--- a/meta-oe/recipes-support/maliit/maliit-framework_git.bb
+++ b/meta-oe/recipes-support/maliit/maliit-framework_git.bb
@@ -19,7 +19,6 @@ PV = "0.92.3+git${SRCPV}"
19PACKAGES =+ "${PN}-gtk" 19PACKAGES =+ "${PN}-gtk"
20GTKIMMODULES_PACKAGES = "${PN}-gtk" 20GTKIMMODULES_PACKAGES = "${PN}-gtk"
21 21
22# Maliit needs Qt configured with -accessibility, a patch for that was already sent and will get merged in post 1.2.
23RDEPENDS_${PN} = "qt4-plugin-inputmethod-imsw-multi libqtsvg4" 22RDEPENDS_${PN} = "qt4-plugin-inputmethod-imsw-multi libqtsvg4"
24 23
25RRECOMMENDS_${PN} = "maliit-plugins" 24RRECOMMENDS_${PN} = "maliit-plugins"
@@ -55,6 +54,7 @@ EXTRA_QMAKEVARS_PRE = "\
55 CONFIG+=disable-gconf \ 54 CONFIG+=disable-gconf \
56 CONFIG+=disable-gtk-cache-update \ 55 CONFIG+=disable-gtk-cache-update \
57 CONFIG+=local-install \ 56 CONFIG+=local-install \
57 CONFIG+=nosdk \
58 " 58 "
59 59
60EXTRA_OEMAKE += "INSTALL_ROOT=${D}" 60EXTRA_OEMAKE += "INSTALL_ROOT=${D}"