Update pkgcheck dependencies to work with separate build roots.
authorKevin E Martin <kem@kem.org>
Tue, 1 Nov 2005 15:11:52 +0000 (15:11 +0000)
committerKevin E Martin <kem@kem.org>
Tue, 1 Nov 2005 15:11:52 +0000 (15:11 +0000)
ChangeLog
configure.ac

index 2029928..221bd84 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
index 290b0b7..4196e37 100644 (file)
@@ -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)