From e80e60a84499bd8401dae274b0519c469e8dacb2 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 4 Apr 2011 13:50:34 +0000 Subject: main/mesa: disable nouveau it does not build against libdrm-2.4.24 --- main/mesa/APKBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'main/mesa') diff --git a/main/mesa/APKBUILD b/main/mesa/APKBUILD index e4b81d864..db53d75a5 100644 --- a/main/mesa/APKBUILD +++ b/main/mesa/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=mesa pkgver=7.10.1 -pkgrel=2 +pkgrel=3 pkgdesc="Mesa DRI OpenGL library" url="http://www.mesa3d.org" arch="all" @@ -17,7 +17,6 @@ subpackages="$pkgname-dev $pkgname-dri-swrast:swrast $pkgname-dri-tdfx:tdfx $pkgname-dri-unichrome:unichrome - $pkgname-dri-nouveau:nouveau $pkgname-egl " @@ -71,7 +70,7 @@ build() { --enable-xcb \ --enable-egl \ --enable-gles2 \ - --enable-gallium-nouveau \ + --disable-gallium-nouveau \ --disable-gallium-egl \ --disable-glut \ --disable-glw || return 1 -- cgit v1.2.3