diff options
author | Kevin E Martin <kem@kem.org> | 2005-11-01 15:11:52 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-11-01 15:11:52 +0000 |
commit | c753f306d0bda3dc3009ad273e9cd3548ea13bb8 (patch) | |
tree | 7f280758b07f568d3b958d4a0e36e5b28950adbf /configure.ac | |
parent | 36c47a88481794b25118870a6caf93d2b2ca9344 (diff) |
Update pkgcheck dependencies to work with separate build roots.
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 290b0b7..4196e37 100644 --- a/configure.ac +++ b/configure.ac @@ -34,7 +34,7 @@ AC_PROG_CC AC_PROG_LIBTOOL # Check for dependencies -PKG_CHECK_MODULES(XTST, x11 xext recordproto xextproto) +PKG_CHECK_MODULES(XTST, x11 xext recordproto xextproto inputproto) AC_SUBST(XTST_CFLAGS) AC_SUBST(XTST_LIBS) |