common/xbps-src: set PKG_CONFIG{,FOR_BUILD} env vars
This commit is contained in:
parent
e9974180ce
commit
82734d940c
3 changed files with 4 additions and 3 deletions
|
@ -52,7 +52,7 @@ ld = '${LD}'
|
|||
strip = '${STRIP}'
|
||||
readelf = '${READELF}'
|
||||
objcopy = '${OBJCOPY}'
|
||||
pkgconfig = 'pkg-config'
|
||||
pkgconfig = '${PKG_CONFIG}'
|
||||
rust = 'rustc'
|
||||
g-ir-scanner = '${XBPS_CROSS_BASE}/usr/bin/g-ir-scanner'
|
||||
g-ir-compiler = '${XBPS_CROSS_BASE}/usr/bin/g-ir-compiler'
|
||||
|
@ -88,7 +88,6 @@ do_configure() {
|
|||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
configure_args+=" --cross-file=${meson_crossfile}"
|
||||
export PKG_CONFIG_FOR_BUILD="/usr/bin/pkg-config"
|
||||
fi
|
||||
|
||||
${meson_cmd} \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue