diff options
author | Kevin E Martin <kem@kem.org> | 2005-11-01 15:05:18 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-11-01 15:05:18 +0000 |
commit | 75cca7507a37ea2e65a7ff541560047b54da369e (patch) | |
tree | ab47d570fa31bef24a7ff3c85fcec2e0f3d5aa1a | |
parent | 3bca148d9c5d9af5af31c6d4ce6a731fc46ff3b3 (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 6428849..9215671 100644 --- a/configure.ac +++ b/configure.ac @@ -42,7 +42,7 @@ case $host_os in esac # Checks for pkg-config packages -PKG_CHECK_MODULES(XFS, libfs fontsproto xfont) +PKG_CHECK_MODULES(XFS, libfs fontsproto xfont xtrans) XFS_CFLAGS="$XFS_CFLAGS $OS_CFLAGS" AC_SUBST(XFS_CFLAGS) AC_SUBST(XFS_LIBS) |