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 | 7ed0ec3136190288b0c450cdf2998000c43619df (patch) | |
tree | 1085b0ba229226f55633c9bc41b148a7d3ff41eb | |
parent | 33b861860b86b53840007010287f5483a503c8e9 (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 1cc4a25..503a9d5 100644 --- a/configure.ac +++ b/configure.ac @@ -37,7 +37,7 @@ AM_CONFIG_HEADER(config.h) AC_PROG_CC AC_PROG_LIBTOOL -PKG_CHECK_MODULES(XT, sm x11 xproto) +PKG_CHECK_MODULES(XT, sm x11 xproto kbproto) # Needed for including Xalloca.h AC_CHECK_HEADER([alloca.h], AC_DEFINE(INCLUDE_ALLOCA_H, 1, [Define to 1 if Xalloca.h should include <alloca.h>])) |