diff options
-rw-r--r-- | meta-oe/recipes-devtools/glade/glade_3.20.2.bb | 4 |
1 files changed, 3 insertions, 1 deletions
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 \ | |||
9 | " | 9 | " |
10 | 10 | ||
11 | 11 | ||
12 | inherit autotools pkgconfig gnomebase gobject-introspection | 12 | inherit distro_features_check autotools pkgconfig gnomebase gobject-introspection |
13 | |||
14 | REQUIRED_DISTRO_FEATURES = "x11" | ||
13 | 15 | ||
14 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glade/3.20/glade-${PV}.tar.xz \ | 16 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glade/3.20/glade-${PV}.tar.xz \ |
15 | file://remove-yelp-help-rules-var.patch \ | 17 | file://remove-yelp-help-rules-var.patch \ |