[oe-commits] [openembedded-core] 45/47: gnome-themes-standard: Use distro_features_check for GTK+2

git at git.openembedded.org git at git.openembedded.org
Wed Jun 15 17:07:00 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 58651e7fe4dc9cc6cb18acc0d7224078546b2bed
Author: Jussi Kukkonen <jussi.kukkonen at intel.com>
AuthorDate: Mon Jun 13 14:05:04 2016 +0300

    gnome-themes-standard: Use distro_features_check for GTK+2
    
    Signed-off-by: Jussi Kukkonen <jussi.kukkonen at intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-gnome/gnome/gnome-themes-standard_3.18.0.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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 06135e0..523253e 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+"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list