diff options
author | Peter Hutterer <peter.hutterer@redhat.com> | 2008-08-08 10:18:19 +0930 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@redhat.com> | 2008-08-08 10:36:47 +0930 |
commit | 48544103324d1816139dfafe5873a11c88ee05b6 (patch) | |
tree | b89f75ec618c233c278c6ffd4974e58a05defb35 | |
parent | 5b4ba84a422d168c01b335c4fc4046a7316463e0 (diff) |
Require xi.pc for XInput.h include.
XInput.h is now part of libXi. But just in case we have an older version of
libXi floating around, pull in inputproto too.
-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 |