Module Name: src
Committed By: snj
Date: Thu Apr 8 23:14:27 UTC 2010
Modified Files:
src/external/mit/xorg/lib/dri/libmesa [netbsd-5]: Makefile
Log Message:
Pull up following revision(s) (requested by yhardy in ticket #1364):
external/mit/xorg/lib/dri/libmesa/Makefile: revision 1.5
i915 and i965 dri modules need glapi.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.5 -r1.1.2.6 \
src/external/mit/xorg/lib/dri/libmesa/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/mit/xorg/lib/dri/libmesa/Makefile
diff -u src/external/mit/xorg/lib/dri/libmesa/Makefile:1.1.2.5 src/external/mit/xorg/lib/dri/libmesa/Makefile:1.1.2.6
--- src/external/mit/xorg/lib/dri/libmesa/Makefile:1.1.2.5 Sat Oct 10 19:53:22 2009
+++ src/external/mit/xorg/lib/dri/libmesa/Makefile Thu Apr 8 23:14:27 2010
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.2.5 2009/10/10 19:53:22 sborrill Exp $
+# $NetBSD: Makefile,v 1.1.2.6 2010/04/08 23:14:27 snj Exp $
.include <bsd.own.mk>
@@ -7,7 +7,7 @@
SHLIB_MAJOR= 0
-MESA_SRC_MODULES= main math vbo tnl shader swrast slang ss
+MESA_SRC_MODULES= glapi main math vbo tnl shader swrast slang ss
CPPFLAGS+= -I${X11SRCDIR.MesaLib}/src/mesa/main \
-I${X11SRCDIR.MesaLib}/src/mesa/glapi \