aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2011-06-15 10:22:39 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2011-06-15 10:36:36 +1000
commitb79776cf8caa2b8db2984177661698da862befa6 (patch)
tree5e182d6f562a9009e9fca68124cc1e2bab75c0fb /configure.ac
parentSet prop_product_id undeletable (diff)
downloadxf86-input-evdev-b79776cf8caa2b8db2984177661698da862befa6.tar.gz
xf86-input-evdev-b79776cf8caa2b8db2984177661698da862befa6.tar.bz2
xf86-input-evdev-b79776cf8caa2b8db2984177661698da862befa6.zip
Require server 1.10
We require ABI 12.2 in the driver, enforce it through pkg-config. Technically ABI 12.2 is first available in 1.9.99.902 but 1.10 looks so much nicer. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Daniel Stone <daniel@fooishbar.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 887021c..3b422d4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -45,7 +45,7 @@ XORG_MACROS_VERSION(1.8)
XORG_DEFAULT_OPTIONS
# Obtain compiler/linker options from server and required extensions
-PKG_CHECK_MODULES(XORG, xorg-server xproto inputproto)
+PKG_CHECK_MODULES(XORG, [xorg-server >= 1.10] xproto inputproto)
# Define a configure option for an alternate input module directory
AC_ARG_WITH(xorg-module-dir,