diff --git a/srcpkgs/libGL/template b/srcpkgs/libGL/template index 77ebdb92b4a..cc206831c27 100644 --- a/srcpkgs/libGL/template +++ b/srcpkgs/libGL/template @@ -1,6 +1,6 @@ # Template build file for 'libGL'. pkgname=libGL -version=10.6.6 +version=11.0.0 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=570f2154b7340ff5db61ff103bc6e85165b8958798b78a50fa2df488e98e5778 +checksum=e095a3eb2eca9dfde7efca8946527c8ae20a0cc938a8c78debc7f158ad44af32 hostmakedepends=" automake libtool flex pkg-config llvm python-Mako libxml2-python wayland-devel" @@ -42,7 +42,7 @@ armv[67]l*) # Enable Videocore IV and swrast for RaspberryPi configure_args+=" --with-gallium-drivers=swrast,vc4" configure_args+=" --with-dri-drivers=swrast" - configure_args+=" --disable-xa --enable-nine" + configure_args+=" --disable-xa" subpackages+=" mesa-vc4-dri" ;; *)