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
commit56319a8a7358f18d600b864a795b4061a5e8715b (patch)
treeb2df03c6d615d9eb12e2b60832531ede382eb166 /configure.ac
parent12efac6010ee0e7e261061cc247bfcb578be5cad (diff)
downloadxorg-lib-libXp-56319a8a7358f18d600b864a795b4061a5e8715b.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 ddbd9c2..9176b9f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,7 +36,7 @@ AC_PROG_CC
AC_PROG_LIBTOOL
# Check for X and print proto
-PKG_CHECK_MODULES(XPRINT, x11 xext xau printproto)
+PKG_CHECK_MODULES(XPRINT, x11 xext xextproto xau printproto)
AC_SUBST(XPRINT_CFLAGS)
AC_SUBST(XPRINT_LIBS)