Skip to content

Commit

Permalink
webkitdevi distro: do not disable Weston on systemd.
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
clopez committed Jun 27, 2024
1 parent 11b72a8 commit 5062466
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions conf/distro/webkitdevci.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5062466

Please sign in to comment.