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 77dda03cf5..2b32bc4a08 100644
--- a/meta/recipes-graphics/wayland/weston-init.bb
+++ b/meta/recipes-graphics/wayland/weston-init.bb
@@ -93,5 +93,5 @@ CONFFILES:${PN} += "${sysconfdir}/xdg/weston/weston.ini ${sysconfdir}/default/we
93 93
94SYSTEMD_SERVICE:${PN} = "weston.service weston.socket" 94SYSTEMD_SERVICE:${PN} = "weston.service weston.socket"
95USERADD_PARAM:${PN} = "--home /home/weston --shell /bin/sh --user-group -G video,input weston" 95USERADD_PARAM:${PN} = "--home /home/weston --shell /bin/sh --user-group -G video,input weston"
96GROUPADD_PARAM:${PN} = "-r wayland" 96GROUPADD_PARAM:${PN} = "-r wayland; -r render"
97 97