summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2010-03-18Bump for 12.6.7 release.xf86-input-vmmouse-12.6.7Jakob Bornecrantz
2010-02-10Bump to 12.6.6xf86-input-vmmouse-12.6.6Julien Cristau
Signed-off-by: Julien Cristau <jcristau@debian.org>
2010-02-10Require xorg-macros 1.4 for XORG_INSTALLJulien Cristau
Signed-off-by: Julien Cristau <jcristau@debian.org>
2009-12-30configure.ac: remove unused sdkdir=$(pkg-config...) statementGaetan Nadon
The sdkdir variable isn't use, so remove the statement. Acked-by: Dan Nicholson <dbn.lists@gmail.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2009-11-20Remove unused bits from configure.acPeter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-10-28INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon
Add missing INSTALL file. Use standard GNU file on building tarball README may have been updated Remove AUTHORS file as it is empty and no content available yet. Remove NEWS file as it is empty and no content available yet.
2009-10-26Several driver modules do not have a ChangeLog target in Makefile.am #23814Gaetan Nadon
The git generated ChangeLog replaces the hand written one. Update configure.ac to xorg-macros level 1.3. Use XORG_DEFAULT_OPTIONS which replaces four XORG_* macros Update Makefile.am to add ChangeLog target if missing Remove ChangeLog from EXTRA_DIST or *CLEAN variables This is a pre-req for the INSTALL_CMD
2009-07-29Turn off built-in fallback-to-mouse-driver mechanism. With inputShelley Gong
hotplug, HAL handles deciding which driver to use and the presence of mouse_drv can't be assumed anymore on modern distros.
2009-05-111) Fix bug where motion notify events were being sent with every button event.xf86-input-vmmouse-12.6.4Shelley Gong
2) Classify relative vs. absolute packets individually rather than from a global flag. 3) Compile with older distros. 4) Bump for 12.6.4 Release. Signed-off-by: Philip Langdale <philipl@fido2.homeip.net>
2009-01-15Make --with-hal* configure options match their help outputAlan Coopersmith
2008-12-22Bump for 12.6.3 releasexf86-input-vmmouse-12.6.3Peter Hutterer
2008-11-14Bump for 12.6.2 release.xf86-input-vmmouse-12.6.2Philip Langdale
2008-10-23Bump for 12.6.1 release.xf86-input-vmmouse-12.6.1Philip Langdale
2008-10-23Bump version number for 12.6.0 release.xf86-input-vmmouse-12.6.0Philip Langdale
2008-10-23Add HAL integration to support input hot plug.Philip Langdale
* vmmouse_detect: A simple program that detects whether a vmmouse device is present. * hal-probe-vmmouse: A HAL callout script that uses vmmouse_detect and overrides input.x11_driver. * 11-x11-vmmouse.fdi: fdi descriptor that adds the callout for PS/2 mice. Additional 'configure' variables have been added to allow for overriding HAL paths, although this shouldn't usually be necessary.
2008-10-21Move shared vmmouse files into a separate static lib so we canPhilip Langdale
share it with the vmmouse detection utility I'm about to add.
2008-10-17Bump version number for 12.5.2 release.xf86-input-vmmouse-12.5.2Philip Langdale
2008-10-17Properly set axis range and resolution for Server 1.5+Philip Langdale
2008-05-21Don't call conversion_proc for older Xserversxf86-input-vmmouse-12.5.1Vinay Bondhugula
There was a bug in the Xserver for a while when it didn't call a driver's conversion_proc to convert device space coordinates to screen space. To fix this, vmmouse starting calling that method (since January), but if this is done on older versions of X, the conversion gets done twice. The fix is to add a configure check for the right versions of X and call VMMouseConvertProc() only if we are compiling against an X that has the bug. There's some whitespace cleanup for vmmouse.c too.
2008-04-22Compatibility with older versions of XVinay Bondhugula
- Makes the driver compile againt older versions of X (tested upto 4.3). - Bump up the version number in configure.ac and the modinfo section. - A couple of trivial whitespace cleanups.
2008-03-20vmmouse 12.5.0xf86-input-vmmouse-12.5.0Adam Jackson
2007-09-25Update for 12.4.3 release.vmmouse-12_4_3Philip Langdale
2007-09-10Ready 12.4.2 release.Philip Langdale
To allow for easier detection of driver version by other VMware tools, we are embedding the version in a .modinfo section so that the Linux kernel 'modinfo' tool can be (ab)used to check it.
2006-04-07Unlibcwrap. Bump server version requirement. Bump to 12.4.0.xf86-video-impact-0_2_0vmmouse-12_4_0XORG-7_1Adam Jackson
2006-03-29Bump PATCHLEVEL.release-12-3-2-0philipl
Use the right #define when detecting a 64bit compilation. This fixes the driver to actually work for 64bit builds.
2006-01-16Fix for compilation with gcc4 and PIC.release-12-3-1-0philipl
2006-01-09Initial release of the vmmouse driver for VMware virtual machines.philipl