From 308e19e2d8a86ee07da974806d5833ff619450fd Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Tue, 6 Mar 2018 18:03:00 -0800 Subject: [PATCH] glade: only include when x11 in DISTRO_FEATURES Signed-off-by: Armin Kuster --- meta-oe/recipes-devtools/glade/glade_3.20.2.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/glade/glade_3.20.2.bb b/meta-oe/recipes-devtools/glade/glade_3.20.2.bb index ad91ca332c..95e1737c51 100644 --- a/meta-oe/recipes-devtools/glade/glade_3.20.2.bb +++ b/meta-oe/recipes-devtools/glade/glade_3.20.2.bb @@ -9,7 +9,9 @@ DEPENDS = "gtk+ gtk+3 glib-2.0 libxml2 intltool-native \ " -inherit autotools pkgconfig gnomebase gobject-introspection +inherit distro_features_check autotools pkgconfig gnomebase gobject-introspection + +REQUIRED_DISTRO_FEATURES = "x11" SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glade/3.20/glade-${PV}.tar.xz \ file://remove-yelp-help-rules-var.patch \