summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/matchbox-keyboard
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-sato/matchbox-keyboard')
-rw-r--r--meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb18
1 files changed, 2 insertions, 16 deletions
diff --git a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb
index adde25bcf0..a7091d2519 100644
--- a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb
+++ b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb
@@ -22,7 +22,7 @@ SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \
22 22
23S = "${WORKDIR}/git" 23S = "${WORKDIR}/git"
24 24
25inherit autotools pkgconfig gettext 25inherit autotools pkgconfig gettext gtk-immodules-cache
26 26
27EXTRA_OECONF = "--disable-cairo --enable-gtk-im --enable-applet" 27EXTRA_OECONF = "--disable-cairo --enable-gtk-im --enable-applet"
28 28
@@ -49,18 +49,4 @@ do_install_append () {
49 rm -f ${D}${libdir}/matchbox-panel/*.la 49 rm -f ${D}${libdir}/matchbox-panel/*.la
50} 50}
51 51
52pkg_postinst_matchbox-keyboard-im () { 52GTKIMMODULES_PACKAGES = "${PN}-im"
53if [ "x$D" != "x" ]; then
54 exit 1
55fi
56
57gtk-query-immodules-2.0 > /etc/gtk-2.0/gtk.immodules
58}
59
60pkg_postrm_matchbox-keyboard-im () {
61if [ "x$D" != "x" ]; then
62 exit 1
63fi
64
65gtk-query-immodules-2.0 > /etc/gtk-2.0/gtk.immodules
66}