Mesa 9.2.5

This commit is contained in:
jsg 2014-01-19 03:20:40 +00:00
parent ee6e2c0845
commit b2251fdbcd
5 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2013/11/24 06:23:35 jsg Exp $
# $OpenBSD: Makefile,v 1.6 2014/01/19 03:20:40 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= 3
MESA_TINY= 5
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.41 2014/01/11 12:39:14 miod Exp $
# $OpenBSD: Makefile,v 1.42 2014/01/19 03:20:40 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= 3
MESA_TINY= 5
DRI_DRIVER_INSTALL_DIR= ${X11BASE}/lib/modules/dri

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.7 2014/01/11 12:39:14 miod Exp $
# $OpenBSD: Makefile.inc,v 1.8 2014/01/19 03:20:40 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= 3
MESA_TINY= 5
CPP= cpp -notraditional

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2014/01/11 12:39:14 miod Exp $
# $OpenBSD: Makefile,v 1.6 2014/01/19 03:20:40 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= 3
MESA_TINY= 5
INCSDIR= ${X11BASE}/include/GLES

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2014/01/11 12:39:14 miod Exp $
# $OpenBSD: Makefile,v 1.6 2014/01/19 03:20:40 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= 3
MESA_TINY= 5
INCSDIR= ${X11BASE}/include/GLES2
INCSDIR3= ${X11BASE}/include/GLES3