Skip to content

Silence a couple meson warnings

Michael Catanzaro requested to merge mcatanzaro/meson-improvements into master

Meson wants us to explicitly specify the value of the recursive argument to extract_all_objects(), and doesn't like use of configure_file() when there are no substitutions to perform.

Merge request reports