summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-11-19 07:15:42 +0000
committerKevin E Martin <kem@kem.org>2005-11-19 07:15:42 +0000
commita6fbdb403efd3bf7e1179660959fd0e66a301ce0 (patch)
treef4a5fa0a03c901559ed71ec0a190d69e489be20d /configure.ac
parent82513d04a8381da8d2281d7581f6b0d65901aede (diff)
downloadxorg-lib-libXpm-a6fbdb403efd3bf7e1179660959fd0e66a301ce0.tar.gz
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 9bf426f..c44bd87 100644
--- a/configure.ac
+++ b/configure.ac
@@ -43,7 +43,7 @@ if test x$STAT_ZFILE = xyes ; then
AC_DEFINE(STAT_ZFILE, 1, [Define to 1 to automatically look for files with .Z & .gz extensions])
fi
-PKG_CHECK_MODULES(SXPM, xt xext, build_sxpm=true, build_sxpm=false)
+PKG_CHECK_MODULES(SXPM, xt xext xextproto, build_sxpm=true, build_sxpm=false)
AM_CONDITIONAL(BUILD_SXPM, test x$build_sxpm = xtrue)