summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-11-19 07:15:37 +0000
committerKevin E Martin <kem@kem.org>2005-11-19 07:15:37 +0000
commit1739444b40ef1e07e9bd6e0d9fe1f1e6e254809a (patch)
treeb527584e37e94fba0e259dfad4b866f9379a35c6 /configure.ac
parent3eb0b0085955c8213c869a8b14e8ec00f3514b7b (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 7f2365c..e9c60d2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,7 +32,7 @@ AC_PROG_CC
AC_PROG_INSTALL
# Checks for pkg-config packages
-PKG_CHECK_MODULES(XKBPRINT, xkbfile)
+PKG_CHECK_MODULES(XKBPRINT, xkbfile x11)
AC_SUBST(XKBPRINT_CFLAGS)
AC_SUBST(XKBPRINT_LIBS)