Skip to content

meson: fix types for some build options

Eli Schwartz requested to merge eschwartz/xserver:meson-fixup into master

Booleans are supposed to be actual booleans, not strings describing their value, but Meson has a bug where it silently accepts either one. It's still wrong to do it though, and other implementations of Meson such as muon choke on it.

Merge request reports