librsvg: enable gir/vala for all architectures
This commit is contained in:
parent
d9466bb0da
commit
906201a1d5
1 changed files with 2 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'librsvg'
|
# Template file for 'librsvg'
|
||||||
pkgname=librsvg
|
pkgname=librsvg
|
||||||
version=2.44.13
|
version=2.44.13
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
configure_args="--disable-static --host=${XBPS_TARGET_TRIPLET}
|
configure_args="--disable-static --host=${XBPS_TARGET_TRIPLET}
|
||||||
|
@ -20,12 +20,7 @@ checksum=d2d660bf0c6441d019ae7a7ba96b789facbfb14dc97818908ee03e15ba6bcb8f
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir vala"
|
build_options="gir vala"
|
||||||
|
build_options_default="gir vala"
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
i686-musl|x86_64-musl) build_options_default+=" gir vala" ;;
|
|
||||||
*-musl) ;;
|
|
||||||
*) build_options_default+=" gir vala" ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
# cargo refuses to test librsvg due to
|
# cargo refuses to test librsvg due to
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue