forked from Lainports/freebsd-ports
x11-drivers/xf86-input-synaptics: Always use EVDEV on FreeBSD
Remove the condition on $OSREL as all supported FreeBSD version should default using evdev. PR: 273537 Sponsored by: Beckhoff Automation GmbH & Co. KG
This commit is contained in:
parent
e1c732e1da
commit
6d8216d213
1 changed files with 3 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= xf86-input-synaptics
|
||||
PORTVERSION= 1.9.1
|
||||
PORTREVISION= 9
|
||||
PORTREVISION= 10
|
||||
CATEGORIES= x11-drivers
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
|
|
@ -14,10 +14,8 @@ USES= pathfix xorg xorg-cat:driver
|
|||
USE_XORG= x11 xtst
|
||||
|
||||
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}}
|
||||
EVDEV_DESC= Use evdev for input events (requires kernel support)
|
||||
|
||||
EVDEV_CONFIGURE_ENV= BUILD_EVENTCOMM=yes
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue