Skip to content

meson: Do not install cogl config.env if installed tests are disabled

Marco Trevisan requested to merge 3v1n0/mutter:do-not-install-config-env into master

Until meson 0.50, setting the install parameter in 'configure_file' is ignored if 'install_dir' is set, then until mutter doesn't depend on such meson version cogl_installed_tests_libexecdir should be empty unless if have_installed_tests is false, or this file will be installed anyway.

See https://github.com/mesonbuild/meson/issues/4160

Merge request reports