From: Jussi Kukkonen Date: Mon, 13 Jun 2016 11:05:04 +0000 (+0300) Subject: gnome-themes-standard: Use distro_features_check for GTK+2 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~25314 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58651e7fe4dc9cc6cb18acc0d7224078546b2bed;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gnome-themes-standard: Use distro_features_check for GTK+2 Signed-off-by: Jussi Kukkonen Signed-off-by: Ross Burton --- 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 06135e0192e..523253e4cdd 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+"