From 12a79fc5698fba3f5037240fafe64b11768770a7 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 7 Jun 2014 10:36:29 +0200 Subject: [PATCH] MesaLib: update to 10.2.1. --- srcpkgs/MesaLib/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/MesaLib/template b/srcpkgs/MesaLib/template index 3e96233a86..8bd2bb19df 100644 --- a/srcpkgs/MesaLib/template +++ b/srcpkgs/MesaLib/template @@ -1,19 +1,19 @@ # Template build file for 'MesaLib'. pkgname=MesaLib -version=10.1.5 +version=10.2.1 revision=1 wrksrc="Mesa-${version}" build_style=gnu-configure configure_args="--enable-glx-tls --enable-shared-glapi --enable-gbm --enable-gles1 --enable-gles2 --enable-openvg --enable-egl --enable-vdpau --enable-gallium-egl --enable-xvmc --enable-osmesa --enable-texture-float - --with-egl-platforms=drm,wayland" + --enable-llvm-shared-libs --with-egl-platforms=x11,drm,wayland" short_desc="Graphics library similar to SGI's OpenGL" maintainer="Juan RP " homepage="http://www.mesa3d.org/" license="MIT, LGPL-2.1" distfiles="ftp://ftp.freedesktop.org/pub/mesa/${version}/${pkgname}-${version}.tar.bz2" -checksum=bc6c5ec7836f254a49d055a29d9aa34c97c54c038f47ad3a00fa57a5fef15bbc +checksum=461277909207da689d8152cfbf9e182ea6f70e1e672ab64c67df83725c8d2b54 hostmakedepends=" automake libtool flex pkg-config llvm>=3.4.1 libxml2-python wayland-devel" @@ -28,7 +28,7 @@ i686*|x86_64*) # Enable all x86 drivers. configure_args+=" --with-gallium-drivers=r300,r600,radeonsi,svga,swrast,nouveau" configure_args+=" --with-dri-drivers=i915,i965,r200,radeon,nouveau,swrast" - configure_args+=" --enable-xa" + configure_args+=" --enable-xa --enable-dri3" ;; *) # Enable swrast driver.