summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/kbd/kbd_2.0.4.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/kbd/kbd_2.0.4.bb b/meta/recipes-core/kbd/kbd_2.0.4.bb
index 17ce6e7a9c..47e76da2b4 100644
--- a/meta/recipes-core/kbd/kbd_2.0.4.bb
+++ b/meta/recipes-core/kbd/kbd_2.0.4.bb
@@ -59,7 +59,8 @@ RDEPENDS_${PN}-ptest = "make"
59 59
60inherit update-alternatives 60inherit update-alternatives
61 61
62ALTERNATIVE_${PN} = "chvt deallocvt fgconsole openvt showkey" 62ALTERNATIVE_${PN} = "chvt deallocvt fgconsole openvt showkey \
63 ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'vlock','', d)}"
63ALTERNATIVE_PRIORITY = "100" 64ALTERNATIVE_PRIORITY = "100"
64 65
65BBCLASSEXTEND = "native" 66BBCLASSEXTEND = "native"