Source-Changes-HG archive

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

[src/trunk]: src/external/mit/xorg/include only do vdpau headers on vdpau sys...



details:   https://anonhg.NetBSD.org/src/rev/e3b12ff218c7
branches:  trunk
changeset: 449548:e3b12ff218c7
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Mar 10 13:52:11 2019 +0000

description:
only do vdpau headers on vdpau systems.

XXX: make this a common define in the few places

diffstat:

 external/mit/xorg/include/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 3ae90da7bd86 -r e3b12ff218c7 external/mit/xorg/include/Makefile
--- a/external/mit/xorg/include/Makefile        Sun Mar 10 13:44:49 2019 +0000
+++ b/external/mit/xorg/include/Makefile        Sun Mar 10 13:52:11 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.8 2019/03/10 11:18:02 mrg Exp $
+#      $NetBSD: Makefile,v 1.9 2019/03/10 13:52:11 mrg Exp $
 
 # *proto packages for xorg
 
@@ -7,7 +7,10 @@
 .if ${HAVE_MESA_VER} == 18
 SUBDIR=                KHR 
 .endif
-SUBDIR+=       libvdpau xorgproto xbitmaps xcb-proto
+.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" || ${MACHINE} == "evbarm"
+SUBDIR+=       libvdpau
+.endif
+SUBDIR+=       xorgproto xbitmaps xcb-proto
 SUBDIR+=       .WAIT xtrans
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index