summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-02-10 11:33:57 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-02-10 11:33:57 +0000
commitd5ab38b7a6095db401f2e9bb1fd79e95c52d0ce9 (patch)
treeab0f52d51066a8ff0c4981047164f40ce2a4c4f0
parentc446cee86d3194c2bfa426fd4cced7508c361154 (diff)
downloadaports-fcolista-d5ab38b7a6095db401f2e9bb1fd79e95c52d0ce9.tar.bz2
aports-fcolista-d5ab38b7a6095db401f2e9bb1fd79e95c52d0ce9.tar.xz
main/mesa: add drm to egl platforms
-rw-r--r--main/mesa/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/mesa/APKBUILD b/main/mesa/APKBUILD
index 4986ec3cf8..ab92d0f380 100644
--- a/main/mesa/APKBUILD
+++ b/main/mesa/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=mesa
pkgver=9.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="Mesa DRI OpenGL library"
url="http://www.mesa3d.org"
arch="all"
@@ -69,6 +69,7 @@ build() {
--with-dri-drivers=i915,i965,r200,radeon,swrast,nouveau \
--enable-gallium-llvm \
--enable-gallium-egl \
+ --with-egl-platforms=x11,drm \
--enable-shared-glapi \
--enable-gbm \
--enable-glx-tls \