summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-11-19 07:15:38 +0000
committerKevin E Martin <kem@kem.org>2005-11-19 07:15:38 +0000
commitee7bf4989434ba5f30451c3f07e4a6e01e6532d4 (patch)
treec01ab14fc101eb1abcdc1ae8e38da454184b0f5b /configure.ac
parent4e58b0e12d46503c5f75ead9a859694aafd5b9b7 (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 49c20d6..fba11d1 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(XWININFO, xmu x11)
+PKG_CHECK_MODULES(XWININFO, xmu xext x11)
AC_SUBST(XWININFO_CFLAGS)
AC_SUBST(XWININFO_LIBS)