mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
gnome-documents: enable gir for all architecturs
This commit is contained in:
parent
aeb2be8e32
commit
a0ee3354d7
1 changed files with 2 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gnome-documents'
|
||||
pkgname=gnome-documents
|
||||
version=3.32.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_helper="gir"
|
||||
build_style=meson
|
||||
hostmakedepends="docbook-xsl itstool pkg-config glib-devel libxslt gdk-pixbuf
|
||||
|
@ -20,8 +20,4 @@ checksum=cc2060843e53b6db3372b806536f5df0bfc7abd3c0c35cb5021a3592d76f0dbf
|
|||
lib32disabled=yes
|
||||
|
||||
build_options="gir"
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686-musl|x86_64-musl) build_options_default+=" gir" ;;
|
||||
*-musl) ;;
|
||||
*) build_options_default+=" gir" ;;
|
||||
esac
|
||||
build_options_default="gir"
|
||||
|
|
Loading…
Add table
Reference in a new issue