diff options
author | bapt <bapt@FreeBSD.org> | 2014-06-11 14:44:41 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-06-11 14:44:41 +0800 |
commit | ef2e9f59e98bf66393e18d1d935338aa15e4394a (patch) | |
tree | db18e9d7d666786371e04dfc334fdaab047db100 /x11-drivers/xorg-drivers | |
parent | 43ec8a55a0d41b3f8a1b0fb655b771a933c84714 (diff) | |
download | freebsd-ports-gnome-ef2e9f59e98bf66393e18d1d935338aa15e4394a.tar.gz freebsd-ports-gnome-ef2e9f59e98bf66393e18d1d935338aa15e4394a.tar.zst freebsd-ports-gnome-ef2e9f59e98bf66393e18d1d935338aa15e4394a.zip |
Update wacom input driver to 0.24.99.1
- replace rc.d script with a sample file to simplify configuration
- use the underlying install target; this exposes xorg headers which may
be used by gnome-settings-daemon
- drop gmake and autotools dependencies
- drop explicit xinput dependency
- require webcamd to get /dev/input/eventN
- require xinerama for xsetwacom display mapping
- explicitly disable doxygen docs
- add wacom to xorg-drivers port
- pass maintainership to submitter
- enable support of wacom tablets connected via a serial port [1]
- support stage
PR: 175876 , 181133 [1]
Submitted by: Jan Beich, aasoft@gmail.com [1]
Diffstat (limited to 'x11-drivers/xorg-drivers')
-rw-r--r-- | x11-drivers/xorg-drivers/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-drivers/xorg-drivers/Makefile b/x11-drivers/xorg-drivers/Makefile index be7537191b95..14930ce67e4a 100644 --- a/x11-drivers/xorg-drivers/Makefile +++ b/x11-drivers/xorg-drivers/Makefile @@ -2,6 +2,7 @@ PORTNAME= xorg-drivers PORTVERSION= 7.7 +PORTREVISION= 1 CATEGORIES= x11-drivers MASTER_SITES= # none DISTFILES= # none @@ -26,7 +27,8 @@ INPUT_DRIVERS= mouse \ penmount \ synaptics \ vmmouse \ - void + void \ + wacom VIDEO_DRIVERS= ati \ mach64 \ |