libskk: enable gir for all architecturs
This commit is contained in:
parent
a170e5d4cb
commit
d6b82c38d2
1 changed files with 2 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libskk'
|
||||
pkgname=libskk
|
||||
version=1.0.5
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
build_helper="gir"
|
||||
hostmakedepends="gettext-devel gnome-common intltool
|
||||
|
@ -15,12 +15,7 @@ distfiles="https://github.com/ueno/${pkgname}/archive/${version}.tar.gz"
|
|||
checksum=a298e9726b784dd9a6ce8dcb76ff8fbe633037756795d75cfd77d3aeab4f50ed
|
||||
|
||||
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"
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
|
|
Loading…
Reference in a new issue