diff options
author | Armin Kuster <akuster808@gmail.com> | 2018-03-07 08:28:38 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-03-12 09:59:35 -0700 |
commit | 88cb678c6ebb5fd589dbc6864c87179e2e7011ff (patch) | |
tree | f6e8759f639a72b2c614aefde23791b217ede8db /meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb | |
parent | a126e58afa27dcc2b57016eceb51ab9c71f63d52 (diff) | |
download | meta-openembedded-88cb678c6ebb5fd589dbc6864c87179e2e7011ff.tar.gz |
gnome-keyring: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
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 fd6ca73a4..9d85c651c 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" | |||
13 | 13 | ||
14 | PR = "r12" | 14 | PR = "r12" |
15 | 15 | ||
16 | inherit autotools gnome gtk-doc pkgconfig gsettings | 16 | inherit distro_features_check autotools gnome gtk-doc pkgconfig gsettings |
17 | |||
18 | REQUIRED_DISTRO_FEATURES = "x11" | ||
17 | 19 | ||
18 | SRC_URI += "file://egg-asn1x.patch \ | 20 | SRC_URI += "file://egg-asn1x.patch \ |
19 | file://musl.patch \ | 21 | file://musl.patch \ |