From 738a687e2045b269a8f1827243c697fc6e90b45e Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Wed, 22 Dec 2010 14:26:36 -0600 Subject: main/mesa: enable EGL (but not gallium-EGL). --- main/mesa/APKBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'main/mesa') 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 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 -- cgit v1.2.3