evolution-data-server: webkit2gtk broken on aarch64 for now
This commit is contained in:
parent
64a1dbea19
commit
3b6f0d7962
@ -20,6 +20,10 @@ homepage="http://www.gnome.org"
|
||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||
checksum=0a69b9d2c03f7a6f68abbd7c7f8c76d333aca9e6102e796d88daed3284e91ca6
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
aarch64*) broken="webkit2gtk broken for now";;
|
||||
esac
|
||||
|
||||
build_options="gir"
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
build_options_default="gir"
|
||||
|
Loading…
Reference in New Issue
Block a user