Skip to content

ci: Change the without-native-backend to not build with Wayland too

There are two common ways of building mutter: With both the native backend and Wayland support (most common, used by most Linux distributions), and without the native backend and Wayland support (as is done by some BSD*s).

To catch compilation errors in both these common build configurations, change the no-native-backend build phase to also not build with Wayland support.

Merge request reports