XINPUT is also needed by vax.
This commit is contained in:
parent
3c5e603d8f
commit
46aadbda46
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.8 2004/03/10 16:21:16 rtr Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2004/04/23 05:56:47 mhitch Exp $
|
||||
|
||||
.include "../Makefile.serverlib"
|
||||
|
||||
@ -26,7 +26,8 @@ CPPFLAGS+= -I${X11SRCDIR.xc}/programs/Xserver/include \
|
||||
${MACHINE} == "acorn32" || \
|
||||
${MACHINE} == "pmax" || \
|
||||
${MACHINE} == "sun3" || \
|
||||
${MACHINE} == "dreamcast"
|
||||
${MACHINE} == "dreamcast" || \
|
||||
${MACHINE} == "vax"
|
||||
CPPFLAGS+= -DXINPUT
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user