diff options
author | Armin Kuster <akuster808@gmail.com> | 2018-03-07 08:42:55 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-03-12 09:59:35 -0700 |
commit | 70f45490e1d3411ce525bb51aa6c9aea0f866aaf (patch) | |
tree | 8aa4ff9f2928e13181ff55ddbdc644fd42396d42 /meta-gnome/recipes-gnome/libgdata | |
parent | c2cb85ac1d631d0aecc1a882ffd7c571cba4db63 (diff) | |
download | meta-openembedded-70f45490e1d3411ce525bb51aa6c9aea0f866aaf.tar.gz |
libgdata: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/libgdata')
-rw-r--r-- | meta-gnome/recipes-gnome/libgdata/libgdata_0.16.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/libgdata/libgdata_0.16.1.bb b/meta-gnome/recipes-gnome/libgdata/libgdata_0.16.1.bb index 9b025128b..80cbae39f 100644 --- a/meta-gnome/recipes-gnome/libgdata/libgdata_0.16.1.bb +++ b/meta-gnome/recipes-gnome/libgdata/libgdata_0.16.1.bb | |||
@@ -9,7 +9,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24 \ | |||
9 | 9 | ||
10 | DEPENDS = "gnome-common-native libxml2 glib-2.0 libsoup-2.4 intltool-native liboauth gcr json-glib" | 10 | DEPENDS = "gnome-common-native libxml2 glib-2.0 libsoup-2.4 intltool-native liboauth gcr json-glib" |
11 | 11 | ||
12 | inherit gnomebase pkgconfig autotools-brokensep gettext gtk-doc vala gobject-introspection | 12 | inherit distro_features_check gnomebase pkgconfig autotools-brokensep gettext gtk-doc vala gobject-introspection |
13 | |||
14 | REQUIRED_DISTRO_FEATURES = "x11" | ||
13 | 15 | ||
14 | do_configure_prepend_class-target () { | 16 | do_configure_prepend_class-target () { |
15 | # introspection.m4 pre-packaged with upstream tarballs does not yet | 17 | # introspection.m4 pre-packaged with upstream tarballs does not yet |