common/build-helper/meson.sh: Fix deprecation warn

This commit removes the following deprecation notice:
DEPRECATION: "pkgconfig" entry is deprecated and should be replaced by
"pkg-config"
This commit is contained in:
meator 2024-05-07 15:26:40 +02:00 committed by Andrew J. Hesford
parent 275f681277
commit c63355e4fd
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ cat > "${XBPS_WRAPPERDIR}/meson/xbps_meson.cross" <<-EOF
strip = '${STRIP}'
readelf = '${READELF}'
objcopy = '${OBJCOPY}'
pkgconfig = '${PKG_CONFIG}'
pkg-config = '${PKG_CONFIG}'
rust = ['rustc', '--target', '${RUST_TARGET}' ,'--sysroot', '${XBPS_CROSS_BASE}/usr']
g-ir-scanner = '${XBPS_CROSS_BASE}/usr/bin/g-ir-scanner'
g-ir-compiler = '${XBPS_CROSS_BASE}/usr/bin/g-ir-compiler'