diff options
-rw-r--r-- | meta-oe/recipes-support/maliit/maliit-framework_git.bb | 2 |
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}" | |||
19 | PACKAGES =+ "${PN}-gtk" | 19 | PACKAGES =+ "${PN}-gtk" |
20 | GTKIMMODULES_PACKAGES = "${PN}-gtk" | 20 | GTKIMMODULES_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. | ||
23 | RDEPENDS_${PN} = "qt4-plugin-inputmethod-imsw-multi libqtsvg4" | 22 | RDEPENDS_${PN} = "qt4-plugin-inputmethod-imsw-multi libqtsvg4" |
24 | 23 | ||
25 | RRECOMMENDS_${PN} = "maliit-plugins" | 24 | RRECOMMENDS_${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 | ||
60 | EXTRA_OEMAKE += "INSTALL_ROOT=${D}" | 60 | EXTRA_OEMAKE += "INSTALL_ROOT=${D}" |