Mesa 9.2.2

This commit is contained in:
jsg 2013-11-09 02:54:53 +00:00
parent 12557abee9
commit fd926d2624
5 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2013/10/05 10:12:54 jsg Exp $
# $OpenBSD: Makefile,v 1.4 2013/11/09 02:54:53 jsg Exp $
.include <bsd.xconf.mk>
LIB= EGL
@ -9,7 +9,7 @@ MESA_INCLUDE= ${.CURDIR}/../../dist/Mesa/include
MESA_MAJOR= 9
MESA_MINOR= 2
MESA_TINY= 1
MESA_TINY= 2
DRI_DRIVER_INSTALL_DIR= ${X11BASE}/lib/modules/dri
EGL_DRIVER_SEARCH_DIR= ${X11BASE}/lib/modules/egl

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.38 2013/10/05 10:12:55 jsg Exp $
# $OpenBSD: Makefile,v 1.39 2013/11/09 02:54:53 jsg Exp $
.include <bsd.xconf.mk>
.if ${XENOCARA_BUILD_GALLIUM:L} == "yes" || ${XENOCARA_BUILD_GALLIUM} == "llvm"
@ -22,7 +22,7 @@ MESA_DRI= ${.CURDIR}/../../dist/Mesa/src/mesa/drivers/dri
# this needs to be updated in mesa/Makefile.inc as well
MESA_MAJOR= 9
MESA_MINOR= 2
MESA_TINY= 1
MESA_TINY= 2
DRI_DRIVER_INSTALL_DIR= ${X11BASE}/lib/modules/dri

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.4 2013/10/05 10:12:57 jsg Exp $
# $OpenBSD: Makefile.inc,v 1.5 2013/11/09 02:54:53 jsg Exp $
MESA= ${.CURDIR}/../../../../dist/Mesa/src/mesa
MAPI= ${.CURDIR}/../../../../dist/Mesa/src/mapi
@ -9,7 +9,7 @@ MESA_INCLUDE= ${.CURDIR}/../../../../dist/Mesa/include
MESA_MAJOR= 9
MESA_MINOR= 2
MESA_TINY= 1
MESA_TINY= 2
CPP= cpp -notraditional

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2013/10/05 10:12:57 jsg Exp $
# $OpenBSD: Makefile,v 1.3 2013/11/09 02:54:53 jsg Exp $
.include <bsd.xconf.mk>
LIB= GLESv1_CM
@ -10,7 +10,7 @@ MESA_INCLUDE= ${.CURDIR}/../../dist/Mesa/include
MESA_MAJOR= 9
MESA_MINOR= 2
MESA_TINY= 1
MESA_TINY= 2
INCSDIR= ${X11BASE}/include/GLES

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2013/10/05 10:12:57 jsg Exp $
# $OpenBSD: Makefile,v 1.3 2013/11/09 02:54:53 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= 1
MESA_TINY= 2
INCSDIR= ${X11BASE}/include/GLES2
INCSDIR3= ${X11BASE}/include/GLES3