diff options
author | Keith Packard <keithp@keithp.com> | 2013-08-07 12:17:24 +0200 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2020-03-29 13:47:14 -0700 |
commit | 420c2d8517246c9e422739cadb7acb29e35a3bed (patch) | |
tree | 83be309bd35a83435af481e4772a408b318e93d2 /configure.ac | |
parent | 3f2af30bd94ea3012bc1d1bde82f7c9a1c4dea27 (diff) |
Use XI2 raw events to notice when mouse moves [v2]
v2:
We only need Xi version 2.0, not 2.2
Suggested-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3171978..ed8fbae 100644 --- a/configure.ac +++ b/configure.ac @@ -38,7 +38,7 @@ XORG_MACROS_VERSION(1.8) XORG_DEFAULT_OPTIONS # Checks for pkg-config packages -PKG_CHECK_MODULES(XEYES, [x11 xt xext xmu xproto >= 7.0.17]) +PKG_CHECK_MODULES(XEYES, [xi >= 1.7 x11 xt xext xmu xproto >= 7.0.17]) dnl Optional dependencies AC_ARG_WITH(xrender, AS_HELP_STRING([--with-xrender],[Use Xrender for rendering (Default is YES)]),use_xrender="$withval",use_xrender="try") |