summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2021-11-24 15:17:59 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2021-11-29 09:19:18 +1000
commitc310f0849f0a63f288c4c9727332520b7f924d02 (patch)
treea2f33f7b618579e457cc6fc97b62b71fabe1115f /configure.ac
parentdb26b7d0417997bd6acd06e47d97888e1a10adb4 (diff)
downloadxf86-input-wacom-c310f0849f0a63f288c4c9727332520b7f924d02.tar.gz
Require xserver 1.13
Released 9 years ago and available in e.g. RHEL6.4 and later, this is plenty old an X server to support. ABI version 18.0 so we can get rid of most of our ifdefs. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
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 ca16f6f..5d46223 100644
--- a/configure.ac
+++ b/configure.ac
@@ -52,7 +52,7 @@ AC_CHECK_LIB([m], [rint])
XPROTOS="xproto xext kbproto inputproto randrproto"
# Obtain compiler/linker options from server and required extensions
-PKG_CHECK_MODULES(XORG, [xorg-server >= 1.10.0] $XPROTOS)
+PKG_CHECK_MODULES(XORG, [xorg-server >= 1.13.0] $XPROTOS)
# Obtain compiler/linker options for the xsetwacom tool
PKG_CHECK_MODULES(X11, x11 xi xrandr xinerama $XPROTOS)