summaryrefslogtreecommitdiff
path: root/lib/libGL/dri/Makefile.inc
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2009-05-17 20:20:25 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2009-05-17 20:20:25 +0000
commitcc9165d7bee34d43fd54e62249b84f046f98c4d0 (patch)
tree010ecfc7f3060417120c126965b02ed5f968fd53 /lib/libGL/dri/Makefile.inc
parent3359daf9731799fb956469ffedae049b5cc82e68 (diff)
Update build infrastructure for Mesa 7.4.
Diffstat (limited to 'lib/libGL/dri/Makefile.inc')
-rw-r--r--lib/libGL/dri/Makefile.inc6
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 = \