Disable Weston DRM backend in QEMU
[AGL/meta-agl.git] / meta-agl / recipes-graphics / wayland / weston / weston.service
index 6aca87a..afd8a7d 100644 (file)
@@ -1,10 +1,10 @@
 [Unit]
 Description=Weston reference Wayland compositor
 Conflicts=getty@tty1.service
-After=dbus.service rc.pvr.service
+After=dbus.service
 
 [Service]
-ExecStart=/usr/bin/weston-launch -u root -- --idle-time=4294967
+ExecStart=/usr/bin/weston-launch --tty /dev/tty1 --user root -- --idle-time=4294967
 ExecStop=/usr/bin/killall -s KILL weston
 Type=simple