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 | |
parent | 36c47a88481794b25118870a6caf93d2b2ca9344 (diff) |
Update pkgcheck dependencies to work with separate build roots.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2005-11-01 Kevin E. Martin <kem-at-freedesktop-dot-org> + + * configure.ac: + Update pkgcheck dependencies to work with separate build roots. + 2005-10-18 Kevin E. Martin <kem-at-freedesktop-dot-org> * configure.ac: 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) |