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:

committed by
Andrew J. Hesford

parent
275f681277
commit
c63355e4fd
@@ -64,7 +64,7 @@ cat > "${XBPS_WRAPPERDIR}/meson/xbps_meson.cross" <<-EOF
|
|||||||
strip = '${STRIP}'
|
strip = '${STRIP}'
|
||||||
readelf = '${READELF}'
|
readelf = '${READELF}'
|
||||||
objcopy = '${OBJCOPY}'
|
objcopy = '${OBJCOPY}'
|
||||||
pkgconfig = '${PKG_CONFIG}'
|
pkg-config = '${PKG_CONFIG}'
|
||||||
rust = ['rustc', '--target', '${RUST_TARGET}' ,'--sysroot', '${XBPS_CROSS_BASE}/usr']
|
rust = ['rustc', '--target', '${RUST_TARGET}' ,'--sysroot', '${XBPS_CROSS_BASE}/usr']
|
||||||
g-ir-scanner = '${XBPS_CROSS_BASE}/usr/bin/g-ir-scanner'
|
g-ir-scanner = '${XBPS_CROSS_BASE}/usr/bin/g-ir-scanner'
|
||||||
g-ir-compiler = '${XBPS_CROSS_BASE}/usr/bin/g-ir-compiler'
|
g-ir-compiler = '${XBPS_CROSS_BASE}/usr/bin/g-ir-compiler'
|
||||||
|
Reference in New Issue
Block a user