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
commit61686804852bf1814f62697c017dd16f3795906f (patch)
tree67ae52c8845d11e7c06550a01754c61264cf95a6
parent61055098faa907f83bd4ac89ae13d5e9f6c38b5c (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 c1d8ecb..2ad7521 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,7 +33,7 @@ AC_PROG_CC
AC_PROG_INSTALL
# Checks for pkg-config packages
-PKG_CHECK_MODULES(MKCFM, x11 xfont libfs fontsproto)
+PKG_CHECK_MODULES(MKCFM, x11 xfont libfs fontsproto fontenc)
AC_SUBST(MKCFM_CFLAGS)
AC_SUBST(MKCFM_LIBS)