]> code.ossystems Code Review - openembedded-core.git/commitdiff
gnome-themes-standard: Use distro_features_check for GTK+2
authorJussi Kukkonen <jussi.kukkonen@intel.com>
Mon, 13 Jun 2016 11:05:04 +0000 (14:05 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 15 Jun 2016 16:52:26 +0000 (17:52 +0100)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-gnome/gnome/gnome-themes-standard_3.18.0.bb

index 06135e0192e36c17ecf6a988e8859ea3ceb359a2..523253e4cdd202d4f4317e3e264deeb67a94eb6f 100644 (file)
@@ -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+"