Source-Changes-HG archive

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

[src/trunk]: src/external/mit/xorg/server/drivers reachover for pnozz and suntcx



details:   https://anonhg.NetBSD.org/src/rev/a2099dbef86b
branches:  trunk
changeset: 746984:a2099dbef86b
user:      macallan <macallan%NetBSD.org@localhost>
date:      Wed Aug 26 22:30:46 2009 +0000

description:
reachover for pnozz and suntcx

diffstat:

 external/mit/xorg/server/drivers/xf86-video-pnozz/Makefile  |  12 ++++++++++++
 external/mit/xorg/server/drivers/xf86-video-suntcx/Makefile |  12 ++++++++++++
 2 files changed, 24 insertions(+), 0 deletions(-)

diffs (32 lines):

diff -r e85843b61592 -r a2099dbef86b external/mit/xorg/server/drivers/xf86-video-pnozz/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/mit/xorg/server/drivers/xf86-video-pnozz/Makefile        Wed Aug 26 22:30:46 2009 +0000
@@ -0,0 +1,12 @@
+#      $NetBSD: Makefile,v 1.1 2009/08/26 22:30:46 macallan Exp $
+
+DRIVER=                xf86-video-pnozz
+DRIVER_NAME=   pnozz_drv
+
+SRCS=          pnozz_driver.c pnozz_cursor.c pnozz_accel.c
+
+CPPFLAGS+=     ${X11FLAGS.DRI}
+
+MAN=           pnozz.4
+
+.include "../Makefile.xf86-driver"
diff -r e85843b61592 -r a2099dbef86b external/mit/xorg/server/drivers/xf86-video-suntcx/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/mit/xorg/server/drivers/xf86-video-suntcx/Makefile       Wed Aug 26 22:30:46 2009 +0000
@@ -0,0 +1,12 @@
+#      $NetBSD: Makefile,v 1.1 2009/08/26 22:30:46 macallan Exp $
+
+DRIVER=                xf86-video-suntcx
+DRIVER_NAME=   suntcx_drv
+
+SRCS=          tcx_driver.c tcx_cursor.c tcx_accel.c
+
+CPPFLAGS+=     ${X11FLAGS.DRI}
+
+MAN=           suntcx.4
+
+.include "../Makefile.xf86-driver"



Home | Main Index | Thread Index | Old Index