From f4d3c5288e31356b794253afb48c3691779b1cc2 Mon Sep 17 00:00:00 2001 From: Kevin E Martin Date: Sat, 19 Nov 2005 07:15:35 +0000 Subject: Update pkgconfig files to separate library build-time dependencies from application build-time dependencies, and update package deps to work with separate build roots. --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5475fee..95afa2c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-11-19 Kevin E. Martin + + * configure.ac: + Update dependencies to work with separate build roots. + 2005-11-09 Kevin E. Martin * configure.ac: diff --git a/configure.ac b/configure.ac index 71fdf81..5b315db 100644 --- a/configure.ac +++ b/configure.ac @@ -31,7 +31,7 @@ AC_PROG_CC AC_PROG_INSTALL # Checks for pkg-config packages -PKG_CHECK_MODULES(BDFTOPCF, xfont fontsproto xproto) +PKG_CHECK_MODULES(BDFTOPCF, xfont) AC_SUBST(BDFTOPCF_CFLAGS) AC_SUBST(BDFTOPCF_LIBS) -- cgit v1.2.3