From 8f810eecb2230067a0024a08bbf8e0cb8c71f7cd Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 10 Sep 2017 19:05:33 +0200 Subject: [PATCH] libGL: disable mesa-vc4 subpkg on armv6 for now. --- srcpkgs/libGL/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libGL/template b/srcpkgs/libGL/template index 22fb0be7770..b2353a5aba5 100644 --- a/srcpkgs/libGL/template +++ b/srcpkgs/libGL/template @@ -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"