diff options
| author | Armin Kuster <akuster808@gmail.com> | 2018-03-06 18:03:00 -0800 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2018-03-12 09:59:34 -0700 |
| commit | 308e19e2d8a86ee07da974806d5833ff619450fd (patch) | |
| tree | da15b07c7814499e3cb757a16dae69b6c19b2af7 | |
| parent | e182fec241e49bc5dfd0df088e147e617ad24b97 (diff) | |
| download | meta-openembedded-308e19e2d8a86ee07da974806d5833ff619450fd.tar.gz | |
glade: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -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 \ |
