diff options
| author | Armin Kuster <akuster808@gmail.com> | 2018-03-06 12:19:40 -0800 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2018-03-12 09:59:32 -0700 |
| commit | af19773cd307becff96fdd8d62a0b3c86a296d98 (patch) | |
| tree | d0f14f9fa5250546cfd1dde81c3e16e21b0d9963 /meta-oe | |
| parent | 729cde51429b62a6d0c36569ced7dfdb66e65c37 (diff) | |
| download | meta-openembedded-af19773cd307becff96fdd8d62a0b3c86a296d98.tar.gz | |
uim: add distro_features_check for x11
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe')
| -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 \ |
