summaryrefslogtreecommitdiff
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
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.
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f8ca8be..94994df 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-10-18 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
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)