diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2013-11-24 06:23:36 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2013-11-24 06:23:36 +0000 |
commit | a44a38845197b87877d1ce38c23ed96bc29b1716 (patch) | |
tree | 74e5b6095794dbc057233bd5c7f348a3ec94300b /lib/libGLESv2/Makefile | |
parent | bf1a83dd432a0459610e14c8edecde8592f5e730 (diff) |
Mesa 9.2.3
Diffstat (limited to 'lib/libGLESv2/Makefile')
-rw-r--r-- | lib/libGLESv2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libGLESv2/Makefile b/lib/libGLESv2/Makefile index 6ece7e05f..6f6b7b419 100644 --- a/lib/libGLESv2/Makefile +++ b/lib/libGLESv2/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2013/11/09 02:54:53 jsg Exp $ +# $OpenBSD: Makefile,v 1.4 2013/11/24 06:23:35 jsg Exp $ .include <bsd.xconf.mk> LIB= GLESv2 @@ -10,7 +10,7 @@ MESA_INCLUDE= ${.CURDIR}/../../dist/Mesa/include MESA_MAJOR= 9 MESA_MINOR= 2 -MESA_TINY= 2 +MESA_TINY= 3 INCSDIR= ${X11BASE}/include/GLES2 INCSDIR3= ${X11BASE}/include/GLES3 |