Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/mit/xorg/server/drivers/xf86-input-keyboard Sort ${...
details: https://anonhg.NetBSD.org/src/rev/ae5ec2a1b3f8
branches: trunk
changeset: 379496:ae5ec2a1b3f8
user: rin <rin%NetBSD.org@localhost>
date: Thu Jun 03 07:37:00 2021 +0000
description:
Sort ${MACHINE}'s. No functional changes.
diffstat:
external/mit/xorg/server/drivers/xf86-input-keyboard/Makefile | 16 ++++++----
1 files changed, 10 insertions(+), 6 deletions(-)
diffs (30 lines):
diff -r 50c521dbb14d -r ae5ec2a1b3f8 external/mit/xorg/server/drivers/xf86-input-keyboard/Makefile
--- a/external/mit/xorg/server/drivers/xf86-input-keyboard/Makefile Thu Jun 03 07:34:29 2021 +0000
+++ b/external/mit/xorg/server/drivers/xf86-input-keyboard/Makefile Thu Jun 03 07:37:00 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2021/06/03 07:34:29 rin Exp $
+# $NetBSD: Makefile,v 1.19 2021/06/03 07:37:00 rin Exp $
DRIVER= xf86-input-keyboard
DRIVER_NAME= kbd_drv
@@ -13,11 +13,15 @@ CPPFLAGS+= -DPCVT_SUPPORT
# turns out we can't use wskbd everywhere without a couple more translation
# tables in the X driver so make it the default only where we know it will work
-.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE} == "sparc" || \
- ${MACHINE} == "sparc64" || ${MACHINE} == "sgimips" || \
- ${MACHINE} == "shark" || ${MACHINE} == "vax" || \
- ${MACHINE} == "evbarm" || ${MACHINE} == "mac68k" || \
- ${MACHINE} == "amiga"
+.if ${MACHINE_ARCH} == "powerpc" || \
+ ${MACHINE} == "amiga" || \
+ ${MACHINE} == "evbarm" || \
+ ${MACHINE} == "mac68k" || \
+ ${MACHINE} == "sgimips" || \
+ ${MACHINE} == "shark" || \
+ ${MACHINE} == "sparc" || \
+ ${MACHINE} == "sparc64" || \
+ ${MACHINE} == "vax"
CPPFLAGS+= -DDEFAULT_TO_WSKBD
.endif
Home |
Main Index |
Thread Index |
Old Index