libGL: disable mesa-vc4 subpkg on armv6 for now.

This commit is contained in:
Juan RP 2017-09-10 19:05:33 +02:00
parent 33dcb87b5b
commit 8f810eecb2

View File

@ -47,7 +47,7 @@ i686*|x86_64*)
subpackages+=" libxatracker mesa-ati-dri mesa-intel-dri mesa-nouveau-dri"
subpackages+=" mesa-vmwgfx-dri mesa-opencl"
;;
armv[67]l*)
armv7l*)
# Enable Videocore IV and swrast for RaspberryPi
configure_args+=" --with-gallium-drivers=swrast,vc4"
configure_args+=" --with-dri-drivers=swrast"