graphene: enable gir always
This commit is contained in:
parent
5c000c0ea0
commit
7924547b66
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'graphene'
|
# Template file for 'graphene'
|
||||||
pkgname=graphene
|
pkgname=graphene
|
||||||
version=1.8.2
|
version=1.8.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
configure_args="-Dtests=false -Dbenchmarks=false
|
configure_args="-Dtests=false -Dbenchmarks=false
|
||||||
|
@ -16,12 +16,7 @@ distfiles="${GNOME_SITE}/graphene/${version%.*}/graphene-${version}.tar.xz"
|
||||||
checksum=b3fcf20996e57b1f4df3941caac10f143bb29890a42f7a65407cd19271fc89f7
|
checksum=b3fcf20996e57b1f4df3941caac10f143bb29890a42f7a65407cd19271fc89f7
|
||||||
|
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
|
build_options_default="gir"
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
i686-musl|x86_64-musl) build_options_default+=" gir" ;;
|
|
||||||
*-musl) ;;
|
|
||||||
*) build_options_default+=" gir" ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue