diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-04-04 13:50:34 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-04-04 13:56:56 +0000 |
commit | e80e60a84499bd8401dae274b0519c469e8dacb2 (patch) | |
tree | e7301f37ffc6f95b54b6fc1906c48253224d73eb /main/mesa | |
parent | 595f687bfb001048ced1455091d4c955b41d325a (diff) | |
download | aports-e80e60a84499bd8401dae274b0519c469e8dacb2.tar.bz2 aports-e80e60a84499bd8401dae274b0519c469e8dacb2.tar.xz |
main/mesa: disable nouveau
it does not build against libdrm-2.4.24
Diffstat (limited to 'main/mesa')
-rw-r--r-- | main/mesa/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/main/mesa/APKBUILD b/main/mesa/APKBUILD index e4b81d864b..db53d75a5d 100644 --- a/main/mesa/APKBUILD +++ b/main/mesa/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> 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 |