mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
libgdata: enable gir/vala for all architectures
This commit is contained in:
parent
d122ebf180
commit
1e630c28c3
1 changed files with 2 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libgdata'
|
# Template file for 'libgdata'
|
||||||
pkgname=libgdata
|
pkgname=libgdata
|
||||||
version=0.17.9
|
version=0.17.9
|
||||||
revision=3
|
revision=4
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static $(vopt_enable gir introspection)
|
configure_args="--disable-static $(vopt_enable gir introspection)
|
||||||
|
@ -17,11 +17,7 @@ distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=85c4f7674c0098ffaf060ae01b6b832cb277b3673d54ace3bdedaad6b127453a
|
checksum=85c4f7674c0098ffaf060ae01b6b832cb277b3673d54ace3bdedaad6b127453a
|
||||||
|
|
||||||
build_options="gir vala"
|
build_options="gir vala"
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
build_options_default="gir vala"
|
||||||
i686-musl|x86_64-musl) build_options_default+=" gir vala" ;;
|
|
||||||
*-musl) ;;
|
|
||||||
*) build_options_default+=" gir vala" ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
export GIR_EXTRA_LIBS_PATH="${wrksrc}/gdata/.libs"
|
export GIR_EXTRA_LIBS_PATH="${wrksrc}/gdata/.libs"
|
||||||
|
|
Loading…
Add table
Reference in a new issue