diff options
-rw-r--r-- | meta/recipes-graphics/wayland/weston-init.bb | 2 |
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 | # |
85 | require ${THISDIR}/required-distro-features.inc | 85 | require ${THISDIR}/required-distro-features.inc |
86 | 86 | ||
87 | RDEPENDS:${PN} = "weston kbd" | 87 | RDEPENDS:${PN} = "weston kbd ${@bb.utils.contains('PACKAGECONFIG', 'xwayland', 'weston-xwayland', '', d)}" |
88 | 88 | ||
89 | INITSCRIPT_NAME = "weston" | 89 | INITSCRIPT_NAME = "weston" |
90 | INITSCRIPT_PARAMS = "start 9 5 2 . stop 20 0 1 6 ." | 90 | INITSCRIPT_PARAMS = "start 9 5 2 . stop 20 0 1 6 ." |