summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-graphics/wayland/weston-init.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/wayland/weston-init.bb b/meta/recipes-graphics/wayland/weston-init.bb
index 83f0cea49c..3de697ec34 100644
--- a/meta/recipes-graphics/wayland/weston-init.bb
+++ b/meta/recipes-graphics/wayland/weston-init.bb
@@ -84,7 +84,7 @@ USERADD_PACKAGES = "${PN}"
84# 84#
85require ${THISDIR}/required-distro-features.inc 85require ${THISDIR}/required-distro-features.inc
86 86
87RDEPENDS:${PN} = "weston kbd" 87RDEPENDS:${PN} = "weston kbd ${@bb.utils.contains('PACKAGECONFIG', 'xwayland', 'weston-xwayland', '', d)}"
88 88
89INITSCRIPT_NAME = "weston" 89INITSCRIPT_NAME = "weston"
90INITSCRIPT_PARAMS = "start 9 5 2 . stop 20 0 1 6 ." 90INITSCRIPT_PARAMS = "start 9 5 2 . stop 20 0 1 6 ."