Module Name:    src
Committed By:   mrg
Date:           Sun Mar 10 13:52:11 UTC 2019

Modified Files:
        src/external/mit/xorg/include: Makefile

Log Message:
only do vdpau headers on vdpau systems.

XXX: make this a common define in the few places


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/mit/xorg/include/Makefile

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/include/Makefile
diff -u src/external/mit/xorg/include/Makefile:1.8 src/external/mit/xorg/include/Makefile:1.9
--- src/external/mit/xorg/include/Makefile:1.8	Sun Mar 10 11:18:02 2019
+++ src/external/mit/xorg/include/Makefile	Sun Mar 10 13:52:11 2019
@@ -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>

Reply via email to