Module Name: src
Committed By: macallan
Date: Sat Jan 12 18:32:12 UTC 2013
Modified Files:
src/external/mit/xorg/server/drivers/xf86-input-keyboard: Makefile
Log Message:
default to swkbd mode on evbarm as well, now X without config should work
properly on BeagleBoard, RPi and the like
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 \
src/external/mit/xorg/server/drivers/xf86-input-keyboard/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/server/drivers/xf86-input-keyboard/Makefile
diff -u src/external/mit/xorg/server/drivers/xf86-input-keyboard/Makefile:1.14 src/external/mit/xorg/server/drivers/xf86-input-keyboard/Makefile:1.15
--- src/external/mit/xorg/server/drivers/xf86-input-keyboard/Makefile:1.14 Mon Jul 16 12:48:42 2012
+++ src/external/mit/xorg/server/drivers/xf86-input-keyboard/Makefile Sat Jan 12 18:32:12 2013
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2012/07/16 12:48:42 abs Exp $
+# $NetBSD: Makefile,v 1.15 2013/01/12 18:32:12 macallan Exp $
DRIVER= xf86-input-keyboard
DRIVER_NAME= kbd_drv
@@ -15,7 +15,8 @@ CPPFLAGS+= -DPCVT_SUPPORT
.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE} == "sparc" || \
${MACHINE} == "sparc64" || ${MACHINE} == "sgimips" || \
- ${MACHINE} == "shark" || ${MACHINE} == "vax"
+ ${MACHINE} == "shark" || ${MACHINE} == "vax" || \
+ ${MACHINE} == "evbarm"
CPPFLAGS+= -DDEFAULT_TO_WSKBD
.endif