aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorZephaniah E. Hull <warp@aehallh.com>2006-02-14 14:57:37 +0000
committerZephaniah E. Hull <warp@aehallh.com>2006-02-14 14:57:37 +0000
commite7d4e6b11eb4cc026e91fd561fda24d9cf19adc4 (patch)
treee39330364b81f0e36cb3baaaeaaf3668b7b03ed4 /configure.ac
parentAdd evdev manpage (diff)
downloadxf86-input-evdev-e7d4e6b11eb4cc026e91fd561fda24d9cf19adc4.tar.gz
xf86-input-evdev-e7d4e6b11eb4cc026e91fd561fda24d9cf19adc4.tar.bz2
xf86-input-evdev-e7d4e6b11eb4cc026e91fd561fda24d9cf19adc4.zip
Bugzilla #5696 <https://bugs.freedesktop.org/show_bug.cgi?id=5696> Slightly
updated version of the patch listed. Basicly a rewrite of the driver, with a few pieces of the old. XKB support, proper device matching, basic absolute pointer support. Lots more, will require some user config changes.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 438f7ae..7e05d58 100644
--- a/configure.ac
+++ b/configure.ac
@@ -71,7 +71,8 @@ inputdir=${moduledir}/input
AC_SUBST(inputdir)
# Checks for extensions
-XORG_DRIVER_CHECK_EXT(RANDR, randrproto)
+#XORG_DRIVER_CHECK_EXT(RANDR, randrproto)
+XORG_DRIVER_CHECK_EXT(XKB, kbproto)
XORG_DRIVER_CHECK_EXT(XINPUT, inputproto)
# Checks for pkg-config packages