diff options
author | Kevin E Martin <kem@kem.org> | 2005-11-01 15:11:51 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-11-01 15:11:51 +0000 |
commit | 81bbc01afbb1c5cfb466ced2d11930ed15c942aa (patch) | |
tree | f82df8b3bcc3054ce2c20a89f7759012f5ed96f6 | |
parent | 954f6a876e909a80490934b44ffc7656bb16e87a (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 109cdf8..915c07a 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,7 @@ AC_PROG_LIBTOOL AC_PROG_CC # Checks for pkg-config packages -PKG_CHECK_MODULES(XEXT, xproto x11 xextproto) +PKG_CHECK_MODULES(XEXT, xproto x11 xextproto xau) AC_SUBST(XEXT_CFLAGS) AC_SUBST(XEXT_LIBS) |