Skip to content
Snippets Groups Projects
Commit 2f66e92f authored by Tobias Kahlki's avatar Tobias Kahlki
Browse files

wayland:kiosk: Fixed weston kiosk-shell

parent cad2ccf1
Branches
Tags
2 merge requests!418Integrate gitlab-ci/fix-gitlab-ci-integration and 6 more,!413Weston: use kiosk shell
......@@ -45,6 +45,11 @@ pkg_postinst_ontarget:${PN}() {
fi
}
do_configure:append() {
# Append use the kiosk shell
sed -i ${WORKDIR}/weston.service -e "s|ExecStart=.*weston.*|& --shell=kiosk-shell.so|"
}
do_configure:append:mx6ull() {
# Append the fbdev backend parameter to weston for Nallino
sed -i ${WORKDIR}/weston.service -e "s|ExecStart=.*weston.*|& --backend=fbdev-backend.so|"
......
......@@ -9,7 +9,7 @@ Conflicts=getty@tty1.service
[Service]
Type=simple
Environment=XDG_RUNTIME_DIR=/var/run/user/1000
Environment=WAYLAND_DISPLAY=/run/wayland-0
Environment=QT_QPA_FONTDIR=/usr/share/fonts/truetype
Environment=QT_QPA_PLATFORM=wayland
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment