Fix pkgconfig deprecation warning in cross file

This commit is contained in:
Robbert van der Helm
2025-11-17 21:35:06 +01:00
parent 42e0794d7c
commit cca3189855
+1 -1
View File
@@ -4,7 +4,7 @@ cpp = 'wineg++'
ar = 'ar'
strip = 'strip'
# Needs to be specified explicitely for Fedora 32
pkgconfig = 'pkg-config'
pkg-config = 'pkg-config'
# Useful for packaging so Meson can resolve dependencies without a pkg-config
# file from the repositories
cmake = 'cmake'