diff --git a/srcpkgs/libGL/template b/srcpkgs/libGL/template index 6bd7e1be6a..26770ab9d6 100644 --- a/srcpkgs/libGL/template +++ b/srcpkgs/libGL/template @@ -1,6 +1,6 @@ # Template build file for 'libGL'. pkgname=libGL -version=10.5.3 +version=10.5.4 revision=1 wrksrc="mesa-${version}" build_style=gnu-configure @@ -13,7 +13,7 @@ maintainer="Juan RP " homepage="http://www.mesa3d.org/" license="MIT, LGPL-2.1" distfiles="ftp://ftp.freedesktop.org/pub/mesa/${version}/mesa-${version}.tar.xz" -checksum=8701ee1be4f5c03238f5e63c1a9bd4cc03a2f6c0155ed42a1ae7d58f18912ba2 +checksum=b51e723f3a20d842c88a92d809435b229fc4744ca0dbec0317d9d4a3ac4c6803 hostmakedepends=" automake libtool flex pkg-config llvm python-Mako libxml2-python wayland-devel" @@ -38,7 +38,7 @@ i686*|x86_64*) subpackages+=" libxatracker mesa-ati-dri mesa-intel-dri mesa-nouveau-dri" subpackages+=" mesa-vmwgfx-dri mesa-opencl" ;; -armv6l*) +armv[67]l*) # Enable Videocore IV and swrast for RaspberryPi configure_args+=" --with-gallium-drivers=swrast,vc4" configure_args+=" --with-dri-drivers=swrast" @@ -76,7 +76,7 @@ post_install() { ln -s gallium_drv_video.so ${DESTDIR}/usr/lib/dri/${f}_drv_video.so done ;; - armv6l*) + armv[67]l*) ln -s gallium_drv_video.so ${DESTDIR}/usr/lib/dri/vc4_drv_video.so ;; esac