MFH: r538048

xserver: default to libinput if no driver is found

Make xorg-server default to try the xf86-input-libinput driver if a
configured driver can't be found.  This only applies if a specific driver
for an input device has been configured manually in xorg, but that driver
can't be found when starting xorg.

Discussed with:	manu, jbeich

Approved by:	ports-secteam (joenum)
This commit is contained in:
Niclas Zeising 2020-06-09 16:25:32 +00:00
parent 01e21daeb0
commit 85fd72e11d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q2/; revision=538326

View File

@ -3,7 +3,7 @@
PORTNAME?= xorg-server
PORTVERSION?= 1.20.8
PORTREVISION?= 1
PORTREVISION?= 2
PORTEPOCH?= 1
CATEGORIES= x11-servers
MASTER_SITES= XORG/individual/xserver
@ -66,7 +66,8 @@ USE_XORG+= pixman xau xdmcp xfont2 xkbfile xorgproto xshmfence xtrans
CONFIGURE_ARGS+=--without-doxygen --without-xmlto --without-fop \
--with-default-font-path="$$(${DEFAULT_FONTPATH_CMD})" \
--without-dtrace --disable-config-hal \
--disable-install-setuid --disable-unit-tests
--disable-install-setuid --disable-unit-tests \
--with-fallback-input-driver=libinput
INSTALL_TARGET= install-strip
CPE_VENDOR= x.org