Date: Tue, 9 Jun 2020 16:25:32 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r538326 - branches/2020Q2/x11-servers/xorg-server Message-ID: <202006091625.059GPWcX095368@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Tue Jun 9 16:25:32 2020 New Revision: 538326 URL: https://svnweb.freebsd.org/changeset/ports/538326 Log: 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) Modified: branches/2020Q2/x11-servers/xorg-server/Makefile Directory Properties: branches/2020Q2/ (props changed) Modified: branches/2020Q2/x11-servers/xorg-server/Makefile ============================================================================== --- branches/2020Q2/x11-servers/xorg-server/Makefile Tue Jun 9 16:07:27 2020 (r538325) +++ branches/2020Q2/x11-servers/xorg-server/Makefile Tue Jun 9 16:25:32 2020 (r538326) @@ -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 x 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006091625.059GPWcX095368>