diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2016-06-13 14:05:04 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-15 18:05:25 +0100 |
commit | a525a06ebabfb0d0e1b409bda8e1313eab2bf957 (patch) | |
tree | b291600c2889f27bf8b073d433bbc00de869ae32 /meta/recipes-gnome | |
parent | 27f62dcc3bcbb93e2fb0a900505f932a951d8c0d (diff) | |
download | poky-a525a06ebabfb0d0e1b409bda8e1313eab2bf957.tar.gz |
gnome-themes-standard: Use distro_features_check for GTK+2
(From OE-Core rev: 58651e7fe4dc9cc6cb18acc0d7224078546b2bed)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/gnome/gnome-themes-standard_3.18.0.bb | 4 |
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" | |||
6 | LICENSE = "LGPL-2.1" | 6 | LICENSE = "LGPL-2.1" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" |
8 | 8 | ||
9 | inherit autotools pkgconfig gettext gtk-icon-cache upstream-version-is-even | 9 | inherit autotools pkgconfig gettext gtk-icon-cache upstream-version-is-even distro_features_check |
10 | |||
11 | ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" | ||
10 | 12 | ||
11 | DEPENDS += "intltool-native gtk+" | 13 | DEPENDS += "intltool-native gtk+" |
12 | 14 | ||