diff options
| author | Armin Kuster <akuster808@gmail.com> | 2018-03-06 17:19:23 -0800 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2018-03-12 09:59:33 -0700 |
| commit | d81fd034bbbffd7d97f4fdf0dd3c41f03ba42eeb (patch) | |
| tree | 848a51f30bfb061e8d4f27b6f4fb8a3820a41355 | |
| parent | a6d8e7c3c8774b1d030fc210ed930935d5eaca03 (diff) | |
| download | meta-openembedded-d81fd034bbbffd7d97f4fdf0dd3c41f03ba42eeb.tar.gz | |
libgxim: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | meta-oe/recipes-extended/libgxim/libgxim_0.5.0.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/libgxim/libgxim_0.5.0.bb b/meta-oe/recipes-extended/libgxim/libgxim_0.5.0.bb index 5bf7c6e334..7e4c330a19 100644 --- a/meta-oe/recipes-extended/libgxim/libgxim_0.5.0.bb +++ b/meta-oe/recipes-extended/libgxim/libgxim_0.5.0.bb | |||
| @@ -26,4 +26,6 @@ file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" | |||
| 26 | EXTRA_OECONF = " --disable-static --disable-rebuilds --enable-compile-warnings=minimum" | 26 | EXTRA_OECONF = " --disable-static --disable-rebuilds --enable-compile-warnings=minimum" |
| 27 | DEPENDS += "gtk+ glib-2.0 glib-2.0-native ruby-native intltool-native gnome-common-native" | 27 | DEPENDS += "gtk+ glib-2.0 glib-2.0-native ruby-native intltool-native gnome-common-native" |
| 28 | 28 | ||
| 29 | inherit autotools pkgconfig gettext | 29 | inherit distro_features_check autotools pkgconfig gettext |
| 30 | |||
| 31 | REQUIRED_DISTRO_FEATURES = "x11" | ||
