diff options
author | Kevin E Martin <kem@kem.org> | 2005-11-19 07:15:38 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-11-19 07:15:38 +0000 |
commit | dc024d336c1a438147dce549cc5b1c52ddfcae45 (patch) | |
tree | 17a0f28e9c4bfb5c0adc3e83316024dffa3390b6 | |
parent | 9e2a0c2e90f379c8ec07299adc7a1862f30f5740 (diff) |
Update pkgconfig files to separate library build-time dependencies from
application build-time dependencies, and update package deps 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-19 Kevin E. Martin <kem-at-freedesktop-dot-org> + + * configure.ac: + Update dependencies to work with separate build roots. + 2005-11-09 Kevin E. Martin <kem-at-freedesktop-dot-org> * configure.ac: diff --git a/configure.ac b/configure.ac index bf06c2f..02c4ab3 100644 --- a/configure.ac +++ b/configure.ac @@ -45,7 +45,7 @@ m4_pattern_forbid(XTRANS_CONNECTION_FLAGS) XTRANS_CONNECTION_FLAGS # Checks for pkg-config packages -PKG_CHECK_MODULES(XRX, x11 xt xext xtrans xproxymngproto) +PKG_CHECK_MODULES(XRX, x11 xt xext xtrans xproxymngproto xau) AC_SUBST(XRX_CFLAGS) AC_SUBST(XRX_LIBS) |