MesaLib: update to 10.2.1.
This commit is contained in:
parent
0a9a5781c7
commit
12a79fc569
1 changed files with 4 additions and 4 deletions
|
@ -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 <xtraeme@gmail.com>"
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue