diff options
author | Kevin E Martin <kem@kem.org> | 2005-11-01 15:05:19 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-11-01 15:05:19 +0000 |
commit | f0defb0cd4e3cdbb27b5803b110f052e8cca4f92 (patch) | |
tree | dc229d77c2c16614a2d0be29c4314f2215d354c6 | |
parent | fa83b324833cc8400a0d020c5608054ae281a07a (diff) |
Update pkgcheck depedencies 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 depedencies 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 1bb76c7..ce4338c 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) +PKG_CHECK_MODULES(XRX, x11 xt xext xtrans xproxymngproto) AC_SUBST(XRX_CFLAGS) AC_SUBST(XRX_LIBS) |