Skip to content

meson: Set install_tag on all tools

Xavier Claessens requested to merge xclaesse/glib:install-tag into main

Those tools are not needed at runtime for typical applications, distributions typically package them separately.

This makes meson install --tag runtime skip installation of those tools. Omitting --tag argument will still install them, as well as with --tag bin,bin-devel.

See https://mesonbuild.com/Installing.html#installation-tags.

Edited by Xavier Claessens

Merge request reports