summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2008-04-19 07:15:18 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2008-04-19 07:15:18 +0000
commita2e08d650ebde3d1adfafe2847d6f6cfe8dacf4d (patch)
treecfcaeb7162cc5370eeb1c50374f606538f9edc59
parentbdbc34ef07ef92673f9ff4a564b732cc827efd6e (diff)
dri libs depend on libmesa_pic.a
-rw-r--r--lib/libGL/dri/Makefile.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libGL/dri/Makefile.inc b/lib/libGL/dri/Makefile.inc
index 45e8e3cce..3de3b65aa 100644
--- a/lib/libGL/dri/Makefile.inc
+++ b/lib/libGL/dri/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.5 2008/03/25 23:41:50 matthieu Exp $
+# $OpenBSD: Makefile.inc,v 1.6 2008/04/19 07:15:17 matthieu Exp $
.include <bsd.xconf.mk>
MESA= ${.CURDIR}/../../../../dist/Mesa/src/mesa
@@ -39,6 +39,8 @@ INCLUDES = \
-I$(X11BASE)/include/drm
LDADD= ../../libmesa/libmesa_pic.a -L${X11BASE}/lib -lX11 -lexpat -ldrm -lm
+DPADD= ../../libmesa/libmesa_pic.a
+
.PATH: ${MESA}/drivers/dri/common
.PATH: ${MESA}/drivers/common