summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-11-01 15:11:52 +0000
committerKevin E Martin <kem@kem.org>2005-11-01 15:11:52 +0000
commitf98775454d4d5c34311a2c26f43b400207f645f7 (patch)
treead99a9b5c5e2f02326e65147f523246a3d2fb142
parentdc71c9cd5b1d7bfb7006ad538528e43236400423 (diff)
Update pkgcheck dependencies 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 75430d8..589a229 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-01 Kevin E. Martin <kem-at-freedesktop-dot-org>
+
+ * configure.ac:
+ Update pkgcheck 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 0f11648..e02d7c3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -45,7 +45,7 @@ AC_PROG_CC
AC_PROG_LIBTOOL
# Check for X
-PKG_CHECK_MODULES(LBXUTIL, xextproto)
+PKG_CHECK_MODULES(LBXUTIL, xextproto xproto)
AC_CHECK_LIB(z,deflate,[LBXUTIL_LIBS="${LBXUTIL_LIBS} -lz"],
AC_MSG_ERROR([zlib is required to build liblbxutil]))