aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2020-06-09 16:25:32 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2020-06-09 16:25:32 +0000
commit85fd72e11d82535636f495151051762b82383757 (patch)
treef85a5b9708a0d7db0fe2c1ca6bf9ce556b7ed688
parent01e21daeb06ea5b0c7a5f6f5d2af662ccce3be0f (diff)
downloadports-85fd72e11d82535636f495151051762b82383757.tar.gz
ports-85fd72e11d82535636f495151051762b82383757.zip
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)
Notes
Notes: svn path=/branches/2020Q2/; revision=538326
-rw-r--r--x11-servers/xorg-server/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-servers/xorg-server/Makefile b/x11-servers/xorg-server/Makefile
index 0e48f0d5db6b..6ef1b5e21544 100644
--- a/x11-servers/xorg-server/Makefile
+++ b/x11-servers/xorg-server/Makefile
@@ -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