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