From 88cb678c6ebb5fd589dbc6864c87179e2e7011ff Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Wed, 7 Mar 2018 08:28:38 -0800 Subject: gnome-keyring: only include when x11 in DISTRO_FEATURES Signed-off-by: Armin Kuster --- meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta-gnome/recipes-gnome') diff --git a/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb b/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb index fd6ca73a41..9d85c651c4 100644 --- a/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb +++ b/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb @@ -13,7 +13,9 @@ SECTION = "x11/gnome" PR = "r12" -inherit autotools gnome gtk-doc pkgconfig gsettings +inherit distro_features_check autotools gnome gtk-doc pkgconfig gsettings + +REQUIRED_DISTRO_FEATURES = "x11" SRC_URI += "file://egg-asn1x.patch \ file://musl.patch \ -- cgit 1.2.3-korg