poppler: enable gir for all architecturs
This commit is contained in:
parent
9e5c0eac7b
commit
6cc56b7a13
1 changed files with 2 additions and 7 deletions
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
pkgname=poppler
|
||||
version=0.76.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
build_helper="gir"
|
||||
configure_args="-DENABLE_UNSTABLE_API_ABI_HEADERS=ON -DENABLE_CPP=ON
|
||||
|
@ -22,12 +22,7 @@ checksum=370f5fcfe2bbf0c76fc394d338cd72ed7f2044b67f4eb4b115eb074ccfc70d63
|
|||
|
||||
# Package build options
|
||||
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"
|
||||
|
||||
libpoppler87_package() {
|
||||
depends="poppler-data"
|
||||
|
|
Loading…
Reference in a new issue