summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d969b69..d831caa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)