librsvg: disable relocatable pkgconfig file

This commit is contained in:
tranzystorekk 2024-10-13 17:52:23 +02:00
parent 2d0f255fd4
commit f70bc27daa

View file

@ -1,9 +1,10 @@
# Template file for 'librsvg'
pkgname=librsvg
version=2.59.1
revision=2
revision=3
build_style=meson
build_helper="gir rust"
configure_args="-Dpkgconfig.relocatable=false"
hostmakedepends="cargo cargo-c pkg-config glib-devel gdk-pixbuf-devel
gi-docgen python3-docutils vala"
makedepends="cairo-devel freetype-devel gdk-pixbuf-devel libcroco-devel
@ -28,7 +29,7 @@ post_patch() {
if [ "$CROSS_BUILD" ]; then
XBPS_CROSS_RUSTFLAGS+=" -L${XBPS_BUILDDIR}/${pkgname}-${version}/build/rsvg"
configure_args="-Dtriplet=${XBPS_CROSS_RUST_TARGET}"
configure_args+=" -Dtriplet=${XBPS_CROSS_RUST_TARGET}"
fi
librsvg-devel_package() {