MesaLib: update to 7.4.1, enable xcb option.
--HG-- extra : convert_revision : 927f5fa7122ec17884256ac47e16e50067004967
This commit is contained in:
parent
5164163d4d
commit
b7fbbb9436
|
@ -1,14 +1,14 @@
|
||||||
# Template build file for 'MesaLib'.
|
# Template build file for 'MesaLib'.
|
||||||
pkgname=MesaLib
|
pkgname=MesaLib
|
||||||
sourcepkg=$pkgname
|
sourcepkg=$pkgname
|
||||||
version=7.4
|
version=7.4.1
|
||||||
wrksrc="Mesa-$version"
|
wrksrc="Mesa-$version"
|
||||||
distfiles="${SOURCEFORGE_SITE}/mesa3d/$pkgname-$version.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/mesa3d/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--enable-glx-tls"
|
configure_args="--enable-glx-tls --enable-xcb"
|
||||||
short_desc="Graphics library similar to SGI's OpenGL"
|
short_desc="Graphics library similar to SGI's OpenGL"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=6e945389add4e5b41f2c403ced13c343767565f2eacde4b16de2d0f9f8a6aac4
|
checksum=cba38fc0f6896757cb6e3962d3bb091d3d724a536a213ab9cf6b00a760efc5d2
|
||||||
long_desc="
|
long_desc="
|
||||||
MesaLib is a 3-D graphics library with an API which is very similar to
|
MesaLib is a 3-D graphics library with an API which is very similar to
|
||||||
that of OpenGL*. To the extent that Mesa utilizes the OpenGL command syntax
|
that of OpenGL*. To the extent that Mesa utilizes the OpenGL command syntax
|
||||||
|
|
Loading…
Reference in New Issue