diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2015-01-15 01:30:41 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2015-01-15 01:30:41 +0000 |
commit | 30f47ad2a5d36217d0540ce0a13dc1e3f4b7b0e7 (patch) | |
tree | e0bf4624de0ecec227032149d9c5726a034cf0b8 /driver/xf86-input-synaptics/Makefile.in | |
parent | 069809aea835347a88b1d3d5e74036dfbfbc0db7 (diff) |
Recognise the synaptics with sw buttons mouse type and set the
clickpad and has_secondary_buttons properties.
Initial diff from myself with additional changes from matthieu@
Diffstat (limited to 'driver/xf86-input-synaptics/Makefile.in')
-rw-r--r-- | driver/xf86-input-synaptics/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/xf86-input-synaptics/Makefile.in b/driver/xf86-input-synaptics/Makefile.in index d83fcfdef..85a2fda7f 100644 --- a/driver/xf86-input-synaptics/Makefile.in +++ b/driver/xf86-input-synaptics/Makefile.in @@ -347,7 +347,7 @@ DISTCHECK_CONFIGURE_FLAGS = \ --with-sdkdir='$${includedir}/xorg' \ --with-xorg-conf-dir='$${datadir}/X11/xorg.conf.d' -SUBDIRS = include src man tools +SUBDIRS = include src man tools conf MAINTAINERCLEANFILES = ChangeLog INSTALL pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xorg-synaptics.pc |