Module Name:    src
Committed By:   maya
Date:           Mon Mar  6 13:50:40 UTC 2017

Modified Files:
        src/external/mit/xorg/lib/libdrm: Makefile.defines

Log Message:
We do HAVE_NOUVEAU. so use it.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/mit/xorg/lib/libdrm/Makefile.defines

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mit/xorg/lib/libdrm/Makefile.defines
diff -u src/external/mit/xorg/lib/libdrm/Makefile.defines:1.1 src/external/mit/xorg/lib/libdrm/Makefile.defines:1.2
--- src/external/mit/xorg/lib/libdrm/Makefile.defines:1.1	Mon Mar 17 08:01:18 2014
+++ src/external/mit/xorg/lib/libdrm/Makefile.defines	Mon Mar  6 13:50:40 2017
@@ -1,8 +1,9 @@
-#	$NetBSD: Makefile.defines,v 1.1 2014/03/17 08:01:18 mrg Exp $
+#	$NetBSD: Makefile.defines,v 1.2 2017/03/06 13:50:40 maya Exp $
 
 # common defiles for libdrm components
 
 CPPFLAGS+=	-DHAVE_INTTYPES_H \
+		-DHAVE_NOUVEAU \
 		-DHAVE_RADEON \
 		-DHAVE_SETENV \
 		-DHAVE_STDINT_H \
@@ -12,5 +13,3 @@ CPPFLAGS+=	-DHAVE_INTTYPES_H \
 		-DHAVE_SYS_TYPES_H \
 		-DHAVE_UNISTD_H
 
-#		-DHAVE_NOUVEAU
-

Reply via email to