diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-06-30 19:53:14 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-06-30 19:53:14 -0700 |
commit | e187c1e1bc4c58236346573ddf6c58ede438cc72 (patch) | |
tree | e46a7c6e2213b7eae41edd28e2bc42e28050a290 /configure.ac | |
parent | 57eb4c0f642da8547bb505231a1251d9662fb192 (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>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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) |