Mon Mar 6 13:50:40 2017 UTC ()
We do HAVE_NOUVEAU. so use it.


(maya)
diff -r1.1 -r1.2 src/external/mit/xorg/lib/libdrm/Makefile.defines

cvs diff -r1.1 -r1.2 src/external/mit/xorg/lib/libdrm/Makefile.defines (expand / switch to unified diff)

--- src/external/mit/xorg/lib/libdrm/Makefile.defines 2014/03/17 08:01:18 1.1
+++ src/external/mit/xorg/lib/libdrm/Makefile.defines 2017/03/06 13:50:40 1.2
@@ -1,16 +1,15 @@ @@ -1,16 +1,15 @@
1# $NetBSD: Makefile.defines,v 1.1 2014/03/17 08:01:18 mrg Exp $ 1# $NetBSD: Makefile.defines,v 1.2 2017/03/06 13:50:40 maya Exp $
2 2
3# common defiles for libdrm components 3# common defiles for libdrm components
4 4
5CPPFLAGS+= -DHAVE_INTTYPES_H \ 5CPPFLAGS+= -DHAVE_INTTYPES_H \
 6 -DHAVE_NOUVEAU \
6 -DHAVE_RADEON \ 7 -DHAVE_RADEON \
7 -DHAVE_SETENV \ 8 -DHAVE_SETENV \
8 -DHAVE_STDINT_H \ 9 -DHAVE_STDINT_H \
9 -DHAVE_STRINGS_H \ 10 -DHAVE_STRINGS_H \
10 -DHAVE_STRING_H \ 11 -DHAVE_STRING_H \
11 -DHAVE_SYS_STAT_H \ 12 -DHAVE_SYS_STAT_H \
12 -DHAVE_SYS_TYPES_H \ 13 -DHAVE_SYS_TYPES_H \
13 -DHAVE_UNISTD_H 14 -DHAVE_UNISTD_H
14 15
15# -DHAVE_NOUVEAU 
16