summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2008-08-04 19:42:22 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2008-08-04 19:42:26 -0700
commitfc2096538ff7424bfeb171b1a36e860070594627 (patch)
tree13de480d24e28c8b44098ca6a2ca5fd4d2e2c2aa
parent85f77401635dfa57d40de89aa2c9f39a344a8d3b (diff)
downloadxorg-lib-libXmu-fc2096538ff7424bfeb171b1a36e860070594627.tar.gz
Add libX11 to libXmu dependencies
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a604592..901ffd3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@ AC_PROG_LIBTOOL
AC_PROG_CC
# Checks for pkg-config packages
-PKG_CHECK_MODULES(XMU, xt xext xextproto)
+PKG_CHECK_MODULES(XMU, xt xext x11 xextproto)
AC_SUBST(XMU_CFLAGS)
AC_SUBST(XMU_LIBS)