diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-05-17 20:20:25 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-05-17 20:20:25 +0000 |
commit | cc9165d7bee34d43fd54e62249b84f046f98c4d0 (patch) | |
tree | 010ecfc7f3060417120c126965b02ed5f968fd53 /lib/libGL/dri/Makefile.inc | |
parent | 3359daf9731799fb956469ffedae049b5cc82e68 (diff) |
Update build infrastructure for Mesa 7.4.
Diffstat (limited to 'lib/libGL/dri/Makefile.inc')
-rw-r--r-- | lib/libGL/dri/Makefile.inc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libGL/dri/Makefile.inc b/lib/libGL/dri/Makefile.inc index ea5fec1db..a64c46053 100644 --- a/lib/libGL/dri/Makefile.inc +++ b/lib/libGL/dri/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.8 2009/01/10 16:06:51 oga Exp $ +# $OpenBSD: Makefile.inc,v 1.9 2009/05/17 20:20:23 matthieu Exp $ .include <bsd.xconf.mk> MESA= ${.CURDIR}/../../../../dist/Mesa/src/mesa @@ -14,10 +14,6 @@ COMMON_SOURCES = \ xmlconfig.c \ drirenderbuffer.c -COMMON_BM_SOURCES = \ - dri_bufmgr.c \ - dri_bufmgr_fake.c - CFLAGS+= -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING -DPTHREADS $(INCLUDES) $(DRIVER_DEFINES) INCLUDES = \ |