mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
librsvg: disable relocatable pkgconfig file
This commit is contained in:
parent
2d0f255fd4
commit
f70bc27daa
1 changed files with 3 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue