summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-11-19 07:15:35 +0000
committerKevin E Martin <kem@kem.org>2005-11-19 07:15:35 +0000
commit4f7e65e0e7762ebe3e55a47b3f3707e0a65fb317 (patch)
tree2139ff0e3c741c03384e9bdc0fc174583cb97da1
parent4d8c5a4884f76e31dc8d0733c07f8f94f73227de (diff)
Update pkgconfig files to separate library build-time dependencies from
application build-time dependencies, and update package deps 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 7771c5d..b8fcbff 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 950226d..c2940c3 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 fontenc)
+PKG_CHECK_MODULES(MKCFM, x11 xfont libfs fontenc)
AC_SUBST(MKCFM_CFLAGS)
AC_SUBST(MKCFM_LIBS)