Skip to content

meson: Use proper type for bool object

illiliti requested to merge illiliti/libevdev:meson_fixes into master

Fix invalid bool usage which violates official meson specification and thus breaks muon, an implementation of meson written in C.

Merge request reports