summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2018-11-05 16:07:43 +0100
committerJonas Ådahl <jadahl@gmail.com>2018-11-06 17:17:36 +0100
commit176e6fcded88478fea2f39e025b8d56112e3c054 (patch)
treee859ec7fac603bc35ed8c692504390e58ab3ff61 /configure.ac
parentecec99eedb5886191cd03e3e02cd6bc7e384f350 (diff)
downloadmutter-176e6fcded88478fea2f39e025b8d56112e3c054.tar.gz
x11: Require XInput 2.3 at build time
The needed libXi version was released 5 years ago, so should be fine.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index eb1215cbc..1af7dbb83 100644
--- a/configure.ac
+++ b/configure.ac
@@ -94,7 +94,7 @@ MUTTER_PC_MODULES="
xdamage
xext
xfixes
- xi >= 1.6.0
+ xi >= 1.6.99.1
xkbfile
xkeyboard-config
xkbcommon >= 0.4.3
@@ -347,9 +347,6 @@ AC_DEFINE_UNQUOTED([XWAYLAND_GRAB_DEFAULT_ACCESS_RULES],
[Xwayland applications allowed to issue keyboard grabs])
AC_SUBST(XWAYLAND_GRAB_DEFAULT_ACCESS_RULES)
-PKG_CHECK_EXISTS([xi >= 1.6.99.1],
- AC_DEFINE([HAVE_XI23],[1],[Define if you have support for XInput 2.3 or greater]))
-
AC_PATH_XTRA
ALL_X_LIBS="$X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS"