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/5787cf3aa08f
branches:  trunk
changeset: 819090:5787cf3aa08f
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 e741e6531417 -r 5787cf3aa08f 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