diff options
author | Thuy Tran <thuy.tran.xh@renesas.com> | 2018-10-30 12:26:45 +0900 |
---|---|---|
committer | Thuy Tran <thuy.tran.xh@renesas.com> | 2019-02-28 09:43:53 +0700 |
commit | e46d6a91dc9e8f0383aa604878ec2d8db04a85ce (patch) | |
tree | bb4ec2fc001a18e988cc6c955ad01139f659619f /meta-rcar-gen3/recipes-graphics/wayland/weston-init/weston.service | |
parent | f139a59fe61d569689c03217e4367dcc376d410f (diff) |
rcar-gen3: weston: Update to support weston 5.0
This commit uses the weston upstream version 5.0 with "GPU
only" h/w acceleration. It also modifies weston-init to adapt
upstream version.
Signed-off-by: Thuy Tran <thuy.tran.xh@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/recipes-graphics/wayland/weston-init/weston.service')
-rw-r--r-- | meta-rcar-gen3/recipes-graphics/wayland/weston-init/weston.service | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/meta-rcar-gen3/recipes-graphics/wayland/weston-init/weston.service b/meta-rcar-gen3/recipes-graphics/wayland/weston-init/weston.service deleted file mode 100644 index cc47419..0000000 --- a/meta-rcar-gen3/recipes-graphics/wayland/weston-init/weston.service +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=Weston Wayland compositor -After=dbus.service rc.pvr.service multi-user.target - -[Service] -ExecStart=/usr/bin/weston-launch -u root -- $OPTARGS -ExecStop=/usr/bin/killall -s KILL weston -Type=simple - -[Install] -WantedBy=multi-user.target |