1
0
forked from ports/compat-32

mesa3d-32: 10.3.7 -> 10.4.2

This commit is contained in:
Danny Rawlins 2015-01-25 17:10:52 +11:00
parent da70f2c5ba
commit 7139579789
2 changed files with 5 additions and 7 deletions

@ -1,2 +1 @@
8c540465ed7700a24dab7746d400326b MesaLib-10.3.7.tar.bz2
aaefe1a2e95c9709bdb12986b6fdbdb2 mesa3d-10.3.6-xmlconfig-path.patch
ca915badc9c676f811a5ee514748ef78 MesaLib-10.4.2.tar.bz2

@ -4,10 +4,9 @@
# Depends on: elfutils-32 expat-32 libdrm-32 libvdpau-32 libxml2-python-32 llvm-32 talloc-32 xorg-dri2proto-32 xorg-dri3proto-32 xorg-glproto-32 xorg-libxdamage-32 xorg-libxshmfence-32 xorg-libxt-32 xorg-libxvmc-32 xorg-libxxf86vm-32 eudev-32 mesa3d xorg-presentproto-32
name=mesa3d-32
version=10.3.7
version=10.4.2
release=1
source=(ftp://ftp.freedesktop.org/pub/mesa/$version/MesaLib-$version.tar.bz2
mesa3d-10.3.6-xmlconfig-path.patch)
source=(ftp://ftp.freedesktop.org/pub/mesa/$version/MesaLib-$version.tar.bz2)
build() {
cd Mesa-$version
@ -22,9 +21,8 @@ build() {
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--libdir=/usr/lib32 \
--enable-gallium-egl \
--enable-gallium-gbm \
--enable-gallium-llvm \
--enable-gbm \
--enable-gles1 \
@ -35,6 +33,7 @@ build() {
--enable-xa \
--enable-vdpau \
--enable-llvm-shared-libs \
--disable-dependency-tracking \
--with-egl-platforms=drm \
--with-gallium-drivers=r300,r600,svga,swrast,radeonsi,nouveau \
--host=i686-pc-linux-gnu