evolution-data-server: webkit2gtk broken on aarch64 for now

This commit is contained in:
Alessio Sergi 2017-03-25 10:57:19 +01:00
parent 64a1dbea19
commit 3b6f0d7962
1 changed files with 4 additions and 0 deletions

View File

@ -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"