Source-Changes-HG archive

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

[src/trunk]: src/external/mit/xorg/lib/libdrm We do HAVE_NOUVEAU. so use it.



details:   https://anonhg.NetBSD.org/src/rev/a04957962cc2
branches:  trunk
changeset: 822195:a04957962cc2
user:      maya <maya%NetBSD.org@localhost>
date:      Mon Mar 06 13:50:40 2017 +0000

description:
We do HAVE_NOUVEAU. so use it.

diffstat:

 external/mit/xorg/lib/libdrm/Makefile.defines |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r a708ab0c2825 -r a04957962cc2 external/mit/xorg/lib/libdrm/Makefile.defines
--- a/external/mit/xorg/lib/libdrm/Makefile.defines     Mon Mar 06 13:14:25 2017 +0000
+++ b/external/mit/xorg/lib/libdrm/Makefile.defines     Mon Mar 06 13:50:40 2017 +0000
@@ -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 @@
                -DHAVE_SYS_TYPES_H \
                -DHAVE_UNISTD_H
 
-#              -DHAVE_NOUVEAU
-



Home | Main Index | Thread Index | Old Index