mirror of https://github.com/mpv-player/mpv
ci/mingw: resolve pkgconfig deprecation warning in meson
pkgconfig is deprecated in favor of pkg-config. Define both for compatibility with meson < 1.3.0. https://mesonbuild.com/Release-notes-for-1-3-0.html#machine-files-pkgconfig-field-deprecated-and-replaced-by-pkgconfig
This commit is contained in:
parent
bec3f606cf
commit
8f220067df
|
@ -43,6 +43,7 @@ cpp = ['ccache', '${CXX}']
|
|||
ar = '${AR}'
|
||||
strip = '${TARGET}-strip'
|
||||
pkgconfig = 'pkg-config'
|
||||
pkg-config = 'pkg-config'
|
||||
windres = '${TARGET}-windres'
|
||||
dlltool = '${TARGET}-dlltool'
|
||||
exe_wrapper = 'wine'
|
||||
|
|
Loading…
Reference in New Issue