Disable Xorg on alpha. Xrender is broken since 2 releases and I still

don't know how to fix it. ok miod@, todd@
This commit is contained in:
matthieu
2011-02-19 19:51:53 +00:00
parent 42bf2bebd7
commit f98a26f8f7
3 changed files with 9 additions and 31 deletions

View File

@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.35 2011/01/02 14:04:18 matthieu Exp $
# $OpenBSD: Makefile,v 1.36 2011/02/19 19:51:53 matthieu Exp $
INPUT_DRV_DEFAULT= \
xf86-input-keyboard \
@@ -14,7 +14,7 @@ INPUT_DRV_COMMON= \
xf86-input-hyperpen xf86-input-joystick \
xf86-input-mutouch xf86-input-penmount
INPUT_DRV_alpha= ${INPUT_DRV_COMMON}
INPUT_DRV_alpha=
INPUT_DRV_amd64= ${INPUT_DRV_COMMON} xf86-input-vmmouse
@@ -54,9 +54,7 @@ VIDEO_DRV_COMMON= \
xf86-video-sis xf86-video-tdfx xf86-video-trident \
xf86-video-tseng xf86-video-vesa
VIDEO_DRV_alpha= \
${VIDEO_DRV_COMMON} \
xf86-video-wsfb
VIDEO_DRV_alpha=
VIDEO_DRV_amd64= \
${VIDEO_DRV_COMMON} \