diff options
author | William Pitcock <nenolod@dereferenced.org> | 2010-12-22 14:26:36 -0600 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2010-12-22 14:26:36 -0600 |
commit | 738a687e2045b269a8f1827243c697fc6e90b45e (patch) | |
tree | b57705684bf772ce217773ffb3d984bbf3334c3d /main/mesa | |
parent | 5c88bcc780752ef1a92be3de6f241f5e8767e0cc (diff) | |
download | aports-738a687e2045b269a8f1827243c697fc6e90b45e.tar.bz2 aports-738a687e2045b269a8f1827243c697fc6e90b45e.tar.xz |
main/mesa: enable EGL (but not gallium-EGL).
Diffstat (limited to 'main/mesa')
-rw-r--r-- | main/mesa/APKBUILD | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/main/mesa/APKBUILD b/main/mesa/APKBUILD index 949c859af..ee261034c 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 |