aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/libglesv2
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2014-11-27 22:48:48 +0800
committerkwm <kwm@FreeBSD.org>2014-11-27 22:48:48 +0800
commitaeabb9786829859e391a001543e9ed549c2d2164 (patch)
tree1ecbb30056b0f8fca9bcd57532fa4d734cae33b4 /graphics/libglesv2
parent41bee435d7b27f06071822aa1d3e62a4115ed119 (diff)
downloadfreebsd-ports-gnome-aeabb9786829859e391a001543e9ed549c2d2164.tar.gz
freebsd-ports-gnome-aeabb9786829859e391a001543e9ed549c2d2164.tar.zst
freebsd-ports-gnome-aeabb9786829859e391a001543e9ed549c2d2164.zip
Update to 10.3.4.
Enable TEXTURE option in dri by default [1]. This allows for OpenGL higher then 2.1 to be supported. Make sure we depend on llvm at run time when gallium is enabled. The gallium based modules link to the llvm shared libraries. [2] PR: followup on 194655 [2] Approved by: core@ [1] Obtained from: xorg-dev repo
Diffstat (limited to 'graphics/libglesv2')
-rw-r--r--graphics/libglesv2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libglesv2/Makefile b/graphics/libglesv2/Makefile
index d5a66f7187fc..a824eed359c4 100644
--- a/graphics/libglesv2/Makefile
+++ b/graphics/libglesv2/Makefile
@@ -20,7 +20,7 @@ USE_XORG+= glproto dri2proto xext xdamage xfixes presentproto \
.include "${.CURDIR}/../../graphics/libGL/bsd.mesalib.mk"
.if defined(WITH_NEW_MESA)
-LIBGLES_REVISION= 1
+LIBGLES_REVISION= 0
.else
LIBGLES_REVISION= 4
.endif