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
commit5a807bcce047a8072db2c0cef05a84aa6e6cd3ca (patch)
treea6aa0b4e9aa0b3e0510dade14859d4278ce37440 /configure.ac
parentc50ca633b633d25ba672fb19ac182cea40242069 (diff)
downloadxorg-lib-libXmu-5a807bcce047a8072db2c0cef05a84aa6e6cd3ca.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 5ff75ee..345e5de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ AC_PROG_LIBTOOL
AC_PROG_CC
# Checks for pkg-config packages
-PKG_CHECK_MODULES(XMU, xt xext)
+PKG_CHECK_MODULES(XMU, xt xext xextproto)
AC_SUBST(XMU_CFLAGS)
AC_SUBST(XMU_LIBS)