Skip to content

meson: fix warning about configure_file() install kwarg

The install kwarg on configure_file() was only added in Meson 0.50 but we're targetting older versions as well, which caused a warning. The install kwarg is not needed here as we specify install_dir, so we can just drop it.

Fixes #379 (closed)

Merge request reports