Skip to content

meson: make it compatible with c_std=c11

Chia-I Wu requested to merge (removed):subproject into main

I am building wayland as a subproject of wlroots. Because wlroots specifies c_std=c11, wayland inherits that and fails to build. This MR fixes the build issues for me.

Merge request reports