summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-11-01 15:05:18 +0000
committerKevin E Martin <kem@kem.org>2005-11-01 15:05:18 +0000
commit75cca7507a37ea2e65a7ff541560047b54da369e (patch)
treeab47d570fa31bef24a7ff3c85fcec2e0f3d5aa1a
parent3bca148d9c5d9af5af31c6d4ce6a731fc46ff3b3 (diff)
Update pkgcheck depedencies to work with separate build roots.
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f8ca8be..e00419b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)