Skip to content

Register the gcab executable with meson

Richard Hughes requested to merge wip/hughsie/override_find_program into master

This allows any project building gcab as a subproject to use the built gcab binary rather than native one, just by using this snippet in the project gcab.wrap file:

[provide]
program_names = gcab

Merge request reports