diff options
author | Adam Jackson <ajax@redhat.com> | 2008-03-08 20:18:02 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-03-08 20:27:02 -0500 |
commit | 9773dac6238b64cab1d42b2231097b23058c44ee (patch) | |
tree | 1dd2e11623ed072932bb7a368c05048367ec2cc1 /configure.ac | |
parent | Updated manpage to reflect current state (diff) | |
parent | Force maximum keycode to be 255 (diff) | |
download | xf86-input-evdev-9773dac6238b64cab1d42b2231097b23058c44ee.tar.gz xf86-input-evdev-9773dac6238b64cab1d42b2231097b23058c44ee.tar.bz2 xf86-input-evdev-9773dac6238b64cab1d42b2231097b23058c44ee.zip |
Merge branch 'evdev-2.0-branch'
This resets to before the ad-hoc input hotplug state, ports that to
current server ABI, adds input hotplug integration, and re-adds support
for absolute coordinate events and XKB. Several other small fixes were
cherry-picked from the new 1.2 branch.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 26006a0..7c8b681 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AC_PREREQ(2.57) AC_INIT([xf86-input-evdev], - 1.2.0, + 1.99.1, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xf86-input-evdev) @@ -71,8 +71,7 @@ inputdir=${moduledir}/input AC_SUBST(inputdir) # Checks for extensions -#XORG_DRIVER_CHECK_EXT(RANDR, randrproto) -XORG_DRIVER_CHECK_EXT(XKB, kbproto) +XORG_DRIVER_CHECK_EXT(RANDR, randrproto) XORG_DRIVER_CHECK_EXT(XINPUT, inputproto) # Checks for pkg-config packages |