aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-04-09 15:35:28 -0700
committerArmin Kuster <akuster808@gmail.com>2018-04-13 12:43:48 -0700
commitef3aae15b048d75e103a248223d6bd56a7db2822 (patch)
tree04037e1d1fc36581ccdd827ce5159e2a6b8d9490 /meta-gnome
parent814effeb49fff98873c31185b8610cf65ed68955 (diff)
downloadmeta-openembedded-contrib-ef3aae15b048d75e103a248223d6bd56a7db2822.tar.gz
usermode: also only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-support/usermode/usermode_1.111.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-support/usermode/usermode_1.111.bb b/meta-gnome/recipes-support/usermode/usermode_1.111.bb
index 0f880404cd..3aea2e6bb4 100644
--- a/meta-gnome/recipes-support/usermode/usermode_1.111.bb
+++ b/meta-gnome/recipes-support/usermode/usermode_1.111.bb
@@ -27,4 +27,4 @@ inherit distro_features_check autotools gettext pkgconfig
EXTRA_OEMAKE += "INSTALL='install -p'"
-REQUIRED_DISTRO_FEATURES = "pam"
+REQUIRED_DISTRO_FEATURES = "x11 pam"