From e187c1e1bc4c58236346573ddf6c58ede438cc72 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Wed, 30 Jun 2010 19:53:14 -0700 Subject: 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3