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/Makefile | |
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/Makefile')
-rw-r--r-- | x11-drivers/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-drivers/Makefile b/x11-drivers/Makefile index 909842f24d68..f1578bc11907 100644 --- a/x11-drivers/Makefile +++ b/x11-drivers/Makefile @@ -3,7 +3,6 @@ COMMENT = X11 drivers - SUBDIR += input-wacom SUBDIR += xf86-input-acecad SUBDIR += xf86-input-egalax SUBDIR += xf86-input-elographics @@ -16,6 +15,7 @@ SUBDIR += xf86-input-penmount SUBDIR += xf86-input-synaptics SUBDIR += xf86-input-vmmouse + SUBDIR += xf86-input-wacom SUBDIR += xf86-input-void SUBDIR += xf86-video-apm SUBDIR += xf86-video-ark |