Module Name: src
Committed By: mrg
Date: Sun Mar 16 23:07:42 UTC 2014
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
add dri2proto and presentproto.
To generate a diff of this commit:
cvs rdiff -u -r1.787 -r1.788 src/share/mk/bsd.own.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.787 src/share/mk/bsd.own.mk:1.788
--- src/share/mk/bsd.own.mk:1.787 Sun Mar 16 13:34:33 2014
+++ src/share/mk/bsd.own.mk Sun Mar 16 23:07:42 2014
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.787 2014/03/16 13:34:33 joerg Exp $
+# $NetBSD: bsd.own.mk,v 1.788 2014/03/16 23:07:42 mrg Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -1206,9 +1206,9 @@ X11SRCDIR.${_lib}?= ${X11SRCDIRMIT}/lib
.for _proto in \
xcmisc xext xf86bigfont bigreqs input kb x fonts fixes scrnsaver \
- xinerama dri2 render resource record video xf86dga xf86misc \
+ xinerama dri2 dri3 render resource record video xf86dga xf86misc \
xf86vidmode composite damage trap gl randr fontcache xf86dri \
- xcb-
+ present xcb-
X11SRCDIR.${_proto}proto?= ${X11SRCDIRMIT}/${_proto}proto/dist
.endfor