mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
colord: enable gir/vala for all architectures
This commit is contained in:
parent
2b71ce9e50
commit
7224fe6e6d
1 changed files with 2 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'colord'
|
# Template file for 'colord'
|
||||||
pkgname=colord
|
pkgname=colord
|
||||||
version=1.4.4
|
version=1.4.4
|
||||||
revision=1
|
revision=2
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
# man pages fail to generate
|
# man pages fail to generate
|
||||||
|
@ -30,12 +30,7 @@ fi
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir vala"
|
build_options="gir vala"
|
||||||
|
build_options_default="gir vala"
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
i686-musl|x86_64-musl) build_options_default+=" gir vala" ;;
|
|
||||||
*-musl) ;;
|
|
||||||
*) build_options_default+=" gir vala" ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
# assertion failed (cd_edid_get_vendor_name (edid) == "LG"): (NULL == "LG")
|
# assertion failed (cd_edid_get_vendor_name (edid) == "LG"): (NULL == "LG")
|
||||||
|
|
Loading…
Add table
Reference in a new issue