summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-06-30 19:53:14 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-06-30 19:53:14 -0700
commite187c1e1bc4c58236346573ddf6c58ede438cc72 (patch)
treee46a7c6e2213b7eae41edd28e2bc42e28050a290
parent57eb4c0f642da8547bb505231a1251d9662fb192 (diff)
fslsfonts 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 fslsfonts 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 4a50966..e7da92f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -39,7 +39,7 @@ AC_PROG_INSTALL
# Checks for pkg-config packages
-PKG_CHECK_MODULES(FSLSFONTS, x11 libfs)
+PKG_CHECK_MODULES(FSLSFONTS, xproto libfs)
AC_SUBST(FSLSFONTS_CFLAGS)
AC_SUBST(FSLSFONTS_LIBS)