aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorJussi Kukkonen <jussi.kukkonen@intel.com>2016-06-13 14:05:04 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-06-15 17:52:26 +0100
commit58651e7fe4dc9cc6cb18acc0d7224078546b2bed (patch)
treef7cd103e0f73b9dbefc91350a966800e27c4e341 /meta
parent72fe06412802323532edeb1a932f718ba02039d7 (diff)
downloadopenembedded-core-contrib-58651e7fe4dc9cc6cb18acc0d7224078546b2bed.tar.gz
gnome-themes-standard: Use distro_features_check for GTK+2
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-gnome/gnome/gnome-themes-standard_3.18.0.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gnome/gnome-themes-standard_3.18.0.bb b/meta/recipes-gnome/gnome/gnome-themes-standard_3.18.0.bb
index 06135e0192..523253e4cd 100644
--- a/meta/recipes-gnome/gnome/gnome-themes-standard_3.18.0.bb
+++ b/meta/recipes-gnome/gnome/gnome-themes-standard_3.18.0.bb
@@ -6,7 +6,9 @@ SECTION = "x11/gnome"
LICENSE = "LGPL-2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
-inherit autotools pkgconfig gettext gtk-icon-cache upstream-version-is-even
+inherit autotools pkgconfig gettext gtk-icon-cache upstream-version-is-even distro_features_check
+
+ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}"
DEPENDS += "intltool-native gtk+"