summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-06-30 19:29:53 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-06-30 19:29:53 -0700
commit8dbe9dd6ebfb85b2e41e592edce9ed78726a126d (patch)
tree98870dbc884e0ffbe4decb53b5313be691207f45
parent6804576a195b14b3b9753b6884fe0b9d57a9a374 (diff)
xfsinfo only depends on x11proto (for Xos.h) not x11
No need to link against libX11 when no functions in it are ever called, nor any headers from it ever used, since xfsinfo is a pure font-server protocol client. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index fce15d9..3917105 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,7 +40,7 @@ AC_PROG_INSTALL
# Checks for pkg-config packages
-PKG_CHECK_MODULES(XFSINFO, x11 libfs)
+PKG_CHECK_MODULES(XFSINFO, xproto libfs)
AC_SUBST(XFSINFO_CFLAGS)
AC_SUBST(XFSINFO_LIBS)