mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
gobject-introspection: undo previous stupid change
Actually GIR_EXTRA_LIBS_PATH is already doing what is needed for uhttpmock.
This commit is contained in:
parent
0f0358d39d
commit
b47cbe317a
2 changed files with 2 additions and 2 deletions
|
@ -5,5 +5,5 @@ export GIO_MODULE_DIR=${XBPS_CROSS_BASE}/gio/modules-dummy
|
||||||
|
|
||||||
/usr/bin/qemu-${XBPS_TARGET_QEMU_MACHINE}-static \
|
/usr/bin/qemu-${XBPS_TARGET_QEMU_MACHINE}-static \
|
||||||
-L ${XBPS_CROSS_BASE} \
|
-L ${XBPS_CROSS_BASE} \
|
||||||
-E LD_LIBRARY_PATH="${XBPS_CROSS_BASE}/usr/lib:.libs:${GIR_EXTRA_LIBS_PATH}${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}" \
|
-E LD_LIBRARY_PATH="${XBPS_CROSS_BASE}/usr/lib:.libs:${GIR_EXTRA_LIBS_PATH}" \
|
||||||
"$@"
|
"$@"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gobject-introspection'
|
# Template file for 'gobject-introspection'
|
||||||
pkgname=gobject-introspection
|
pkgname=gobject-introspection
|
||||||
version=1.60.0
|
version=1.60.0
|
||||||
revision=5
|
revision=6
|
||||||
build_style=meson
|
build_style=meson
|
||||||
pycompile_dirs="usr/lib/${pkgname}/giscanner"
|
pycompile_dirs="usr/lib/${pkgname}/giscanner"
|
||||||
hostmakedepends="flex pkg-config"
|
hostmakedepends="flex pkg-config"
|
||||||
|
|
Loading…
Add table
Reference in a new issue