From 5062466a2f1436f438627e9934273b3b1825e732 Mon Sep 17 00:00:00 2001 From: Carlos Alberto Lopez Perez Date: Thu, 27 Jun 2024 20:51:09 +0100 Subject: [PATCH] webkitdevi distro: do not disable Weston on systemd. We are going to start doing tests with Wayland/Weston instead of DRM/framebuffer so we want it to be available by default. This change however doesn't make Weston to start by default, so it remains totally possible to keep testing with DRM/framebuffer by default if needed. Weston is started by systemd on demand when the first application connects to the system-wide socket at WAYLAND_DISPLAY=/run/wayland-0 Signed-off-by: Carlos Alberto Lopez Perez --- conf/distro/webkitdevci.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conf/distro/webkitdevci.conf b/conf/distro/webkitdevci.conf index b8e4e14d..cd2ed6ae 100644 --- a/conf/distro/webkitdevci.conf +++ b/conf/distro/webkitdevci.conf @@ -40,8 +40,7 @@ PACKAGECONFIG:append:pn-gdb = " tui" PACKAGECONFIG:append:pn-gdb-cross = " tui" PACKAGECONFIG:append:pn-gdb-cross-canadian = " tui" -# No start up weston by default and don't blank the screen -SYSTEMD_AUTO_ENABLE:pn-weston-init = "disable" +# Don't blank the screen on weston PACKAGECONFIG:append:pn-weston-init = " no-idle-timeout" # Enable php plugins for apache (for tests) PACKAGECONFIG:append:pn-php = " apache2"