mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
gtk+3: enable gir for all architecturs
This commit is contained in:
parent
2a70d3114e
commit
4154349391
1 changed files with 2 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gtk+3'
|
||||
pkgname=gtk+3
|
||||
version=3.24.8
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="gtk+-${version}"
|
||||
build_style=gnu-configure
|
||||
build_helper="gir"
|
||||
|
@ -34,13 +34,7 @@ desc_option_broadway="Enable support for the HTML5 Broadway backend"
|
|||
desc_option_cloudproviders="Enable integration with cloudproviders, such as Nextcloud"
|
||||
|
||||
# Enable all options (other than cloudproviders) by default.
|
||||
build_options_default="colord cups broadway wayland x11"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686-musl|x86_64-musl) build_options_default+=" gir" ;;
|
||||
*-musl) ;;
|
||||
*) build_options_default+=" gir" ;;
|
||||
esac
|
||||
build_options_default="colord cups gir broadway wayland x11"
|
||||
|
||||
do_check() {
|
||||
# Requires xserver running
|
||||
|
|
Loading…
Add table
Reference in a new issue