librsvg: disable relocatable pkgconfig file
This commit is contained in:
parent
2d0f255fd4
commit
f70bc27daa
@ -1,9 +1,10 @@
|
|||||||
# Template file for 'librsvg'
|
# Template file for 'librsvg'
|
||||||
pkgname=librsvg
|
pkgname=librsvg
|
||||||
version=2.59.1
|
version=2.59.1
|
||||||
revision=2
|
revision=3
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir rust"
|
build_helper="gir rust"
|
||||||
|
configure_args="-Dpkgconfig.relocatable=false"
|
||||||
hostmakedepends="cargo cargo-c pkg-config glib-devel gdk-pixbuf-devel
|
hostmakedepends="cargo cargo-c pkg-config glib-devel gdk-pixbuf-devel
|
||||||
gi-docgen python3-docutils vala"
|
gi-docgen python3-docutils vala"
|
||||||
makedepends="cairo-devel freetype-devel gdk-pixbuf-devel libcroco-devel
|
makedepends="cairo-devel freetype-devel gdk-pixbuf-devel libcroco-devel
|
||||||
@ -28,7 +29,7 @@ post_patch() {
|
|||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
XBPS_CROSS_RUSTFLAGS+=" -L${XBPS_BUILDDIR}/${pkgname}-${version}/build/rsvg"
|
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
|
fi
|
||||||
|
|
||||||
librsvg-devel_package() {
|
librsvg-devel_package() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user