diff options
author | markus <markus@FreeBSD.org> | 2006-03-20 08:11:46 +0800 |
---|---|---|
committer | markus <markus@FreeBSD.org> | 2006-03-20 08:11:46 +0800 |
commit | a43ac5cd0d119bdb884a56ce14bf70c2bb88b18e (patch) | |
tree | ee019c8e09ddb7bed053186fb460133bd5dfdebd /x11/Makefile | |
parent | 88073fcdc883895989da3561c0e2316aeab877d9 (diff) | |
download | freebsd-ports-gnome-a43ac5cd0d119bdb884a56ce14bf70c2bb88b18e.tar.gz freebsd-ports-gnome-a43ac5cd0d119bdb884a56ce14bf70c2bb88b18e.tar.zst freebsd-ports-gnome-a43ac5cd0d119bdb884a56ce14bf70c2bb88b18e.zip |
Add libsynaptics 0.14.4d, a library to access the Xorg/XFree86 Synaptics
TouchPad Driver.
Programs that want to access the touchpad should make use of this
library and will thereby not interfere with each other. Available parameters
can be read and written and the version of the installed driver can be
determined.
WWW: http://qsynaptics.sourceforge.net/
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index 311ebc2c863f..a8781f46841b 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -124,6 +124,7 @@ SUBDIR += libgnomemm SUBDIR += libgnomemm26 SUBDIR += libsx + SUBDIR += libsynaptics SUBDIR += libxfce4mcs SUBDIR += libxfce4util SUBDIR += libxkbfile |