mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
12caf2b6b3
Update x11-drivers/xf86-input-libinput to 0.30.0 This release implements scroll button lock, making it possible to configure the scroll button on a mouse so that there is no need to hold it down while scrolling. Changelog: https://lists.x.org/archives/xorg-announce/2020-May/003045.html
19 lines
379 B
Makefile
19 lines
379 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xf86-input-libinput
|
|
PORTVERSION= 0.30.0
|
|
CATEGORIES= x11-drivers
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X.Org libinput input driver
|
|
|
|
LICENSE= MIT # various styles
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto
|
|
LIB_DEPENDS= libinput.so:x11/libinput
|
|
|
|
USES= pathfix xorg-cat:driver
|
|
|
|
.include <bsd.port.mk>
|