summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/uim/uim_1.8.6.bb5
1 files changed, 4 insertions, 1 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 271718e5e4..ec1b832d8b 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,10 @@ RDEPENDS_uim-anthy = "takao-fonts anthy libanthy0 glibc-utils glibc-gconv-euc-jp
21 21
22LEAD_SONAME = "libuim.so.1" 22LEAD_SONAME = "libuim.so.1"
23 23
24inherit autotools pkgconfig gettext qemu gtk-immodules-cache 24inherit distro_features_check autotools pkgconfig gettext qemu gtk-immodules-cache
25
26REQUIRED_DISTRO_FEATURES = "x11"
27
25GTKIMMODULES_PACKAGES = "uim-gtk2.0 uim-gtk3" 28GTKIMMODULES_PACKAGES = "uim-gtk2.0 uim-gtk3"
26 29
27EXTRA_OECONF += "--disable-emacs \ 30EXTRA_OECONF += "--disable-emacs \