diff options
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 9e84341..b310518 100644 --- a/configure.ac +++ b/configure.ac @@ -40,7 +40,7 @@ AC_PATH_PROG([XMLTO], [xmlto]) AM_CONDITIONAL([HAVE_XMLTO], [test "x$XMLTO" != "x"]) # Check for dependencies -PKG_CHECK_MODULES(XTST, x11 xext recordproto xextproto inputproto) +PKG_CHECK_MODULES(XTST, x11 xext xi recordproto xextproto inputproto) dnl Allow checking code with lint, sparse, etc. XORG_WITH_LINT |