mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
at-spi2-core: enable gir for all architectures
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
084c46c290
commit
e46f7a69e7
1 changed files with 2 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'at-spi2-core'
|
||||
pkgname=at-spi2-core
|
||||
version=2.32.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=meson
|
||||
build_helper="gir"
|
||||
hostmakedepends="pkg-config dbus glib-devel"
|
||||
|
@ -16,12 +16,7 @@ checksum=3c2aa937ebfaca2c86569bce9b16a34fbe20d69ef0c58846313b1c42f53b0d53
|
|||
|
||||
# Package build options
|
||||
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() {
|
||||
rm -rf ${DESTDIR}/usr/lib/systemd
|
||||
|
|
Loading…
Add table
Reference in a new issue