Remove the temporarly hack for xserver post 1.9. In the process
the xf86-input-citron driver is disconnected from the build since no one cared to update it for input drivers ABI version 12. Patches are welcome if someone still uses it.
This commit is contained in:
parent
fad3fc950a
commit
7a02c9510a
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.38 2011/09/10 17:52:09 matthieu Exp $
|
||||
# $OpenBSD: Makefile,v 1.39 2011/11/05 14:32:44 matthieu Exp $
|
||||
|
||||
# The input driver ABI broke between xserver 1.9 and 1.10.
|
||||
# Some drivers were updated to the new ABI without keeping compatibility
|
||||
@ -7,31 +7,17 @@
|
||||
# This is going away once xsever 1.11 and associated input drivers
|
||||
# updates are committed
|
||||
|
||||
USING_XSERVER_110 != if pkg-config --atleast-version 1.10 xorg-server; then \
|
||||
echo 1; \
|
||||
else \
|
||||
echo 0; \
|
||||
fi
|
||||
|
||||
INPUT_DRV_DEFAULT= \
|
||||
xf86-input-keyboard \
|
||||
xf86-input-mouse \
|
||||
xf86-input-usbtablet \
|
||||
xf86-input-void \
|
||||
xf86-input-ws
|
||||
|
||||
.if !$(USING_XSERVER_110)
|
||||
INPUT_DRV_DEFAULT +=xf86-input-void
|
||||
.endif
|
||||
|
||||
INPUT_DRV_COMMON = ${INPUT_DRV_DEFAULT} \
|
||||
xf86-input-acecad
|
||||
|
||||
.if !$(USING_XSERVER_110)
|
||||
INPUT_DRV_COMMON +=\
|
||||
xf86-input-citron xf86-input-elographics xf86-input-fpit \
|
||||
xf86-input-acecad xf86-input-elographics xf86-input-fpit \
|
||||
xf86-input-hyperpen xf86-input-joystick xf86-input-mutouch \
|
||||
xf86-input-penmount
|
||||
.endif
|
||||
|
||||
INPUT_DRV_alpha=
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user