Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk add dri2proto and presentproto.



details:   https://anonhg.NetBSD.org/src/rev/f0861b8fcfe1
branches:  trunk
changeset: 327782:f0861b8fcfe1
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Mar 16 23:07:42 2014 +0000

description:
add dri2proto and presentproto.

diffstat:

 share/mk/bsd.own.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 53c363ba2e82 -r f0861b8fcfe1 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sun Mar 16 22:53:17 2014 +0000
+++ b/share/mk/bsd.own.mk       Sun Mar 16 23:07:42 2014 +0000
@@ -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 @@
 
 .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
 



Home | Main Index | Thread Index | Old Index