diff options
| -rw-r--r-- | meta-oe/recipes-support/uim/uim_1.8.6.bb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/meta-oe/recipes-support/uim/uim_1.8.6.bb b/meta-oe/recipes-support/uim/uim_1.8.6.bb index 395bca2522..271718e5e4 100644 --- a/meta-oe/recipes-support/uim/uim_1.8.6.bb +++ b/meta-oe/recipes-support/uim/uim_1.8.6.bb | |||
| @@ -21,7 +21,8 @@ RDEPENDS_uim-anthy = "takao-fonts anthy libanthy0 glibc-utils glibc-gconv-euc-jp | |||
| 21 | 21 | ||
| 22 | LEAD_SONAME = "libuim.so.1" | 22 | LEAD_SONAME = "libuim.so.1" |
| 23 | 23 | ||
| 24 | inherit autotools pkgconfig gettext qemu | 24 | inherit autotools pkgconfig gettext qemu gtk-immodules-cache |
| 25 | GTKIMMODULES_PACKAGES = "uim-gtk2.0 uim-gtk3" | ||
| 25 | 26 | ||
| 26 | EXTRA_OECONF += "--disable-emacs \ | 27 | EXTRA_OECONF += "--disable-emacs \ |
| 27 | --without-scim \ | 28 | --without-scim \ |
| @@ -120,10 +121,6 @@ pkg_prerm_uim-anthy() { | |||
| 120 | fi | 121 | fi |
| 121 | } | 122 | } |
| 122 | 123 | ||
| 123 | pkg_postinst_uim-gtk2.0() { | ||
| 124 | gtk-query-immodules-2.0 > /etc/gtk-2.0/gtk.immodules | ||
| 125 | } | ||
| 126 | |||
| 127 | pkg_postinst_uim-skk() { | 124 | pkg_postinst_uim-skk() { |
| 128 | if test -n "$D"; then | 125 | if test -n "$D"; then |
| 129 | ${@qemu_run_binary(d, '$D', '${bindir}/uim-module-manager')} --register skk --path $D${datadir}/uim | 126 | ${@qemu_run_binary(d, '$D', '${bindir}/uim-module-manager')} --register skk --path $D${datadir}/uim |
