aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2010-12-22 14:26:36 -0600
committerWilliam Pitcock <nenolod@dereferenced.org>2010-12-22 14:26:36 -0600
commit738a687e2045b269a8f1827243c697fc6e90b45e (patch)
treeb57705684bf772ce217773ffb3d984bbf3334c3d
parent5c88bcc780752ef1a92be3de6f241f5e8767e0cc (diff)
downloadaports-738a687e2045b269a8f1827243c697fc6e90b45e.tar.bz2
aports-738a687e2045b269a8f1827243c697fc6e90b45e.tar.xz
main/mesa: enable EGL (but not gallium-EGL).
-rw-r--r--main/mesa/APKBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/main/mesa/APKBUILD b/main/mesa/APKBUILD
index 949c859af9..ee261034c9 100644
--- a/main/mesa/APKBUILD
+++ b/main/mesa/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=mesa
pkgver=7.8.2
-pkgrel=4
+pkgrel=5
pkgdesc="Mesa DRI OpenGL library"
url="http://www.mesa3d.org"
arch="x86 x86_64"
@@ -62,6 +62,9 @@ build() {
--with-driver=dri \
--with-state-trackers=dri,glx,egl \
--enable-xcb \
+ --enable-egl \
+ --enable-gles2 \
+ --disable-gallium-egl \
--disable-glut \
--disable-glw || return 1