graphene: enable gir always
This commit is contained in:
parent
5c000c0ea0
commit
7924547b66
1 changed files with 2 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'graphene'
|
||||
pkgname=graphene
|
||||
version=1.8.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=meson
|
||||
build_helper="gir"
|
||||
configure_args="-Dtests=false -Dbenchmarks=false
|
||||
|
@ -16,12 +16,7 @@ distfiles="${GNOME_SITE}/graphene/${version%.*}/graphene-${version}.tar.xz"
|
|||
checksum=b3fcf20996e57b1f4df3941caac10f143bb29890a42f7a65407cd19271fc89f7
|
||||
|
||||
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"
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue