Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 Sep 2023 21:03:41 +0200
From:      Jan Beich <jbeich@FreeBSD.org>
To:        Emmanuel Vadot <manu@FreeBSD.org>
Cc:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   Re: git: 6d8216d21353 - main - x11-drivers/xf86-input-synaptics: Always use EVDEV on FreeBSD
Message-ID:  <o7ij-5baq-wny@FreeBSD.org>
In-Reply-To: <202309031846.383IkrF4023230@gitrepo.freebsd.org> (Emmanuel Vadot's message of "Sun, 3 Sep 2023 18:46:53 GMT")
References:  <202309031846.383IkrF4023230@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Emmanuel Vadot <manu@FreeBSD.org> writes:

>  OPTIONS_DEFINE=	EVDEV
> -OPTIONS_DEFAULT_FreeBSD_12=	EVDEV
> -OPTIONS_DEFAULT_FreeBSD_13=	EVDEV
> -OPTIONS_DEFAULT_FreeBSD_14=	EVDEV
> -OPTIONS_DEFAULT=${OPTIONS_DEFAULT_${OPSYS}_${OSREL:R}}
> +OPTIONS_DEFAULT_FreeBSD=	EVDEV
> +OPTIONS_DEFAULT=${OPTIONS_DEFAULT_${OPSYS}}

${OPSYS} can be dropped as DragonFly also supports evdev(4).
https://github.com/DragonFlyBSD/DragonFlyBSD/commit/43c76616ebc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?o7ij-5baq-wny>