summaryrefslogtreecommitdiff
path: root/configure.ac
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
commitf4d3c5288e31356b794253afb48c3691779b1cc2 (patch)
treedbfd171786aeee5835aa22c7caee7761374e0fd8 /configure.ac
parentebac4be33d3b439772212d35934f2753f03f42fe (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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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)