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/xf86-video-nouveau 1. only ...
details: https://anonhg.NetBSD.org/src/rev/c4369de21be7
branches: trunk
changeset: 348948:c4369de21be7
user: snj <snj%NetBSD.org@localhost>
date: Thu Nov 17 05:28:43 2016 +0000
description:
1. only xorg-server.old has xaa.h, so -DHAVE_XAA_H would make sense
there, but it doesn't with 1.18
2. it t matter anyway. xf86-video-nouveau removed all XAA support
in 2007, and as such, nothing here is conditional upon HAVE_XAA_H
3. is a magic number
diffstat:
external/mit/xorg/server/drivers/xf86-video-nouveau/Makefile | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 73b3cb6e9729 -r c4369de21be7 external/mit/xorg/server/drivers/xf86-video-nouveau/Makefile
--- a/external/mit/xorg/server/drivers/xf86-video-nouveau/Makefile Thu Nov 17 04:13:52 2016 +0000
+++ b/external/mit/xorg/server/drivers/xf86-video-nouveau/Makefile Thu Nov 17 05:28:43 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2016/09/02 04:27:13 jakllsch Exp $
+# $NetBSD: Makefile,v 1.6 2016/11/17 05:28:43 snj Exp $
DRIVER= xf86-video-nouveau
DRIVER_NAME= nouveau_drv
@@ -55,7 +55,6 @@
.if ${XORG_SERVER_SUBDIR} != "xorg-server.old"
CPPFLAGS+= -DHAVE_XORG_LIST
-CPPFLAGS+= -DHAVE_XAA_H
.endif
# from pkgsrc/x11/xf86-video-nouveau/patches/patch-configure
Home |
Main Index |
Thread Index |
Old Index