Skip to content

local-display-factory: again don't require wayland support to kill X

Ray Strode requested to merge wip/killing-x-doesnt-need-wayland into master

commit ac083ec2 attempted fix killing X in the background even when wayland support is disabled.

Unfortunately, it missed yet one more place in the code that does

ifdef ENABLE_WAYLAND_SUPPORT endif

This commit fixes that.

Closes: #614 (closed)

Merge request reports