tepl: enable gir for all architecturs
This commit is contained in:
parent
1431fe68c0
commit
cec2568ae9
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'tepl'
|
# Template file for 'tepl'
|
||||||
pkgname=tepl
|
pkgname=tepl
|
||||||
version=4.2.0
|
version=4.2.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
configure_args="$(vopt_enable gir introspection)"
|
configure_args="$(vopt_enable gir introspection)"
|
||||||
|
@ -16,12 +16,7 @@ distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=8839d4428ecdd87fd5abc657ebbe5a9601a57262e9946845e47dec264e669ccd
|
checksum=8839d4428ecdd87fd5abc657ebbe5a9601a57262e9946845e47dec264e669ccd
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
# Need X
|
# Need X
|
||||||
|
|
Loading…
Reference in New Issue