mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-15 23:01:02 +00:00
meson: Allow usage of externally overridden pkg-config
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1327>
This commit is contained in:
parent
379d3de31c
commit
d6f42a2037
1 changed files with 1 additions and 1 deletions
|
@ -368,7 +368,7 @@ if get_option('doc').disabled()
|
|||
endif
|
||||
|
||||
# 'pkgconfig' is the entry in the machine file, if specified
|
||||
pkg_config = find_program('pkgconfig', required: false)
|
||||
pkg_config = find_program('pkgconfig', 'pkg-config', required: false)
|
||||
if pkg_config.found()
|
||||
extra_env += {'PKG_CONFIG': pkg_config.full_path()}
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue