diff options
-rw-r--r-- | meta-oe/recipes-support/uim/uim_1.8.6.bb | 5 |
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 | ||
22 | LEAD_SONAME = "libuim.so.1" | 22 | LEAD_SONAME = "libuim.so.1" |
23 | 23 | ||
24 | inherit autotools pkgconfig gettext qemu gtk-immodules-cache | 24 | inherit distro_features_check autotools pkgconfig gettext qemu gtk-immodules-cache |
25 | |||
26 | REQUIRED_DISTRO_FEATURES = "x11" | ||
27 | |||
25 | GTKIMMODULES_PACKAGES = "uim-gtk2.0 uim-gtk3" | 28 | GTKIMMODULES_PACKAGES = "uim-gtk2.0 uim-gtk3" |
26 | 29 | ||
27 | EXTRA_OECONF += "--disable-emacs \ | 30 | EXTRA_OECONF += "--disable-emacs \ |