Skip to content

meson: Fail if initfd is enabled but Xwayland doesn't support it

Bastien Nocera requested to merge wip/hadess/fedora-no-wayland into master

Fedora's mutter is built with --auto-features=enabled which enables -initfd support. But the current meson code doesn't check whether -initfd is available in Xwayland, leading to the wayland session not starting up.

Check for -initfd's availability before enabling it.

Edited by Jonas Dreßler

Merge request reports