diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-06-22 20:04:23 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-06-22 20:04:23 +0000 |
commit | 7f992e582712ec939fcc2564ec6138dbaea1154d (patch) | |
tree | 26cca762969e35a78b0e7ce8460c43825fd96ff6 /lib/libGL | |
parent | d2bab8f8d2852e84d5cfb626567e2d460239ee04 (diff) |
Update to Mesa 7.8.2. Tested by johan@. Thanks.
Diffstat (limited to 'lib/libGL')
-rw-r--r-- | lib/libGL/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libGL/Makefile b/lib/libGL/Makefile index 40f981a3d..0f686b791 100644 --- a/lib/libGL/Makefile +++ b/lib/libGL/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.27 2010/05/22 20:14:14 matthieu Exp $ +# $OpenBSD: Makefile,v 1.28 2010/06/22 20:04:22 matthieu Exp $ .include <bsd.xconf.mk> .if ${XENOCARA_BUILD_DRI:L} == "yes" @@ -15,7 +15,7 @@ MESA_DRI= ${.CURDIR}/../../dist/Mesa/src/mesa/drivers/dri MESA_MAJOR= 7 MESA_MINOR= 8 -MESA_TINY= 1 +MESA_TINY= 2 DRI_DRIVER_INSTALL_DIR= ${X11BASE}/lib/modules/dri |