supercollider: broken on arm* because of webengine

This commit is contained in:
Helmut Pozimski 2019-09-15 10:06:40 +02:00
parent fe10bfb6ff
commit f588d0789e
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ esac
case "$XBPS_TARGET_MACHINE" in
x86_64*|i686*);;
arm*) broken="depends on qt5-webengine";;
*) configure_args+=" -DSSE=OFF -DSSE2=OFF";;
esac