mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 03:32:13 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
27f62dcc3b
commit
a525a06eba
@@ -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+"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user