Skip to content

FindPkgConfig: return the module name found by pkg_search_module

Ghost User requested to merge (removed):master into master

When running pkg_search_module, it may be useful to get the matching module name in order to run pkg_get_variable.

pkg_search_module now defines '_MODULE_NAME' which contains the first matching module name.

Fixes: #19648 (closed)
Topic-rename: FindPkgConfig-module-name

Edited by Brad King

Merge request reports