summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2014-05-13synaptics 1.7.6xf86-input-synaptics-1.7.6synaptics-1.7-branchPeter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2014-05-01synaptics 1.7.5.901xf86-input-synaptics-1.7.5.901Peter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2014-04-29synaptics 1.7.5xf86-input-synaptics-1.7.5Peter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2014-03-12synaptics 1.7.4xf86-input-synaptics-1.7.4Peter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2014-01-13synaptics 1.7.3xf86-input-synaptics-1.7.3Peter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2013-12-09synaptics 1.7.2xf86-input-synaptics-1.7.2Peter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2013-05-13synaptics 1.7.1xf86-input-synaptics-1.7.1Peter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2013-04-02synaptics 1.7.0xf86-input-synaptics-1.7.0Peter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2012-09-15Enable ps2comm and alpscomm build on GNU/HurdSamuel Thibault
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
2012-05-18Remove @DRIVER_NAME@ from Makefile.amPeter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2012-05-10Require xserver 1.12 and inputproto 2.2Peter Hutterer
This drops conditional compilation of multitouch support, smooth scrolling support and old ABIs. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Acked-by: Chase Douglas <chase.douglas@canonical.com>
2012-05-10Bump to 1.6.99Peter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2012-05-03synaptics 1.6.0xf86-input-synaptics-1.6.0Peter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2012-05-02Fail if no backends can be foundPeter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Chase Douglas <chase.douglas@canonical.com>
2012-05-02Include a build for solarisNiveditha Rau
Signed-off-by: Niveditha Rau <niveditha.rau@oracle.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2012-04-27synaptics 1.5.99.904xf86-input-synaptics-1.5.99.904Peter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2012-04-16synaptics 1.5.99.903xf86-input-synaptics-1.5.99.903Peter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2012-03-23synaptics 1.5.99.902xf86-input-synaptics-1.5.99.902Peter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2012-03-14synaptics 1.5.99.901xf86-input-synaptics-1.5.99.901Peter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2012-03-13Always require mtdev on eventcommPeter Hutterer
Since a missing mtdev disables all of multitouch on eventcomm, we might as well always require it. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Chase Douglas <chase.douglas@canonical.com>
2012-01-26eventcomm: Initialize touch device and axesChase Douglas
Use mtdev to ensure touches are tracked and of evdev MT protocol type B. Signed-off-by: Chase Douglas <chase.douglas@canonical.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2012-01-26Add touch device class supportChase Douglas
Signed-off-by: Chase Douglas <chase.douglas@canonical.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-08-25Bump minimum xorg-server requirement to 1.7Daniel Stone
This means we can also drop support for pre-ABI v7. Signed-off-by: Daniel Stone <daniel@fooishbar.org>
2011-08-25Bump to 1.5.99Peter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-08-19Bump to 1.4.99.1xf86-input-synaptics-1.4.99.1Peter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-07-11Add distcheck support for header files when sdk is not writableGaetan Nadon
During distcheck, a writable location is supplied for the install test. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-07-05Revert "build: collapse all Makefile.am files into a single non-recursive one."Gaetan Nadon
This reverts commit 39afe69ad7d2258d4043044d1283bd6e311e48da. 1. For such a small module, the build time improvement is most likely negligible. At least, I'd like to see some timings proving it's worthiness before seeing the patch go back in. 2. This kind of change would need a thorough review. The need to operate the build from a single toplevel Makefile is a significant change. The two most noticeable issues for me are that collapsing all the Makefiles could easily cause namespacing issues with the variables, and operating on files outside the current directory can introduce subtle bugs. I feel that the non-recursive style is generally less robust than the standard recursive make scheme. 3. It's unlike all the other X.org modules. This isn't a showstopper for me, but the recursive style is well understood here and you've beaten all the modules into a consistent format that makes build bugs unique to specific modules less likely. Acked-by: Dan Nicholson <dbn.lists@gmail.com> To give a concrete example for #3 above, the 175 man pages are much easier maintained using a very similar makefile in the man directory of all X.Org module. The cost of maintaining a single makefile is much higher. Every target in the makefile has to be reviewed and tested when changes are made. Not everyone has the all the skills to handle widely different targets such as man pages, DocBook/XML, librairies, C code, distribution hooks, and so on. Acked-by: Daniel Stone <daniel@fooishbar.org> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-07-05Revert "build: create object files following the sources' structure."Gaetan Nadon
This reverts commit dac624ad2b3a67ab93c11d8ee0a91b217fc1afe6. Acked-by: Daniel Stone <daniel@fooishbar.org> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-07-05Revert "build: apply the distcheck tricks used in xf86-input-evdev"Gaetan Nadon
This reverts commit 6eb829e07e455a8a04dabae7f257dd42a9b8bcdf. Althought this feature is desirable, it introduces a dormant bug. The value of sdkdir during distcheck points to an empty xserver sdkdir where xserver-properties.h is expected by the tools. Specifying XORG_CFLAGS for the tools worked around the issue by supplying the real path to the xserver sdk. tools must not depend on xserver. In any case it would be a brittle workaround. --with-xorg-conf-dir='$${sysconfdir}/xorg': althought this value will work, it brings some confusion as it is unrelated to the where the configuration files are normally placed, relative to $prefix which is /usr/share/X11 and not /etc. This feature can be reintroduced later with the proper solution. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-05-26build: apply the distcheck tricks used in xf86-input-evdevDiego Elio Pettenò
With this change it is possible to complete "make distcheck" safely on the module, as it no longer tries to write to system directories. Since synaptics also installs a configuration file, xorg-conf-dir also needs to be overridden during distcheck. Signed-off-by: Diego Elio Pettenò <flameeyes@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-05-26build: create object files following the sources' structure.Diego Elio Pettenò
This allows building object files following the same subdirectory structure as it was used before with the recursive build system, while keeping the build non-recursive. Signed-off-by: Diego Elio Pettenò <flameeyes@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-05-15build: collapse all Makefile.am files into a single non-recursive one.Diego Elio Pettenò
With this change, the whole of the build is done non-recursively in the top-level Makefile.am. This reduces the amount of overhead due to recursing into directories only to build one file. Signed-off-by: Diego Elio Pettenò <flameeyes@gmail.com> Signed-off-by: Christoph Brill <egore911@egore911.de>
2011-05-15build: report a fatal error if XORG_DRIVER_CHECK_EXT is undefined.Diego Elio Pettenò
Just to give a bit of an idea of what the problem is when configure fails later on. Signed-off-by: Diego Elio Pettenò <flameeyes@gmail.com> Signed-off-by: Christoph Brill <egore911@egore911.de>
2011-04-04Add basic framework for unit-testing.Peter Hutterer
Also adds a bunch of fake symbols so we can link. Note that any of these symbols will return false, 0 or whatever the zero value for the symbol is. Care must be taken when writing test that this doesn't screw up the test. Tests are always built but only run on make check. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-04-04Require macros 1.13 for unit testingPeter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
2011-03-21Bump to 1.4.99Peter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-03-04Merge branch 'next'Peter Hutterer
2011-03-04synaptics 1.4.0xf86-input-synaptics-1.4.0Peter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-03-01Now ps2comm and alpscomm backend optionalAlexandr Shadchin
Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin@gmail.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-02-21synaptics 1.3.99.901xf86-input-synaptics-1.3.99.901Peter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2010-09-01Bump to 1.3.99Peter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2010-09-01synaptics 1.3.0xf86-input-synaptics-1.3.0Peter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2010-08-23synaptics 1.2.99.901xf86-input-synaptics-1.2.99.901Peter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2010-06-17Bump to 1.2.99.1.xf86-input-synaptics-1.2.99.1Peter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2010-06-17Merge branch 'master' of ↵Peter Hutterer
git+ssh://git.freedesktop.org/git/xorg/driver/xf86-input-synaptics
2010-06-17Require server 1.6 or later.Peter Hutterer
Remove ifdef's for server ABIs up to including server 1.5. Driver still supports 1.6, 1.7, 1.8 and the upcoming 1.9. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2010-06-16config: add comment regarding MAN_SUBSTS variable usageGaetan Nadon
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-05-31config: synaptics depends on RANDR through xf86.hGaetan Nadon
The xf86.h file contains external declarations specific to RANDR If this extension is defined (installed) synaptics will not compile if randrproto is not installed. Because this is an optional extension, XORG_DRIVER_CHECK_EXT must be used. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-05-31config: add AC_CHECK_LIB for math library functionsGaetan Nadon
It ensures library is installed and sets LIBS = -lm Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-05-31config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONSGaetan Nadon
It depends on util-macros 1.8 The existing statement can now be removed from the configuration file. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>