[PATCH:xfs] Remove dependency on libFS, the client-side library
Alan Coopersmith
alan.coopersmith at oracle.com
Fri Sep 16 19:26:24 PDT 2011
xfs doesn't include <X11/fonts/FSlib.h> nor call any functions from the
library, which is not surprising, as that's the library containing the
client-side code for connecting to a font server such as xfs.
Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 473f399..b6c7c48 100644
--- a/configure.ac
+++ b/configure.ac
@@ -130,7 +130,7 @@ fi
AC_CHECK_FUNCS([daemon])
# Checks for pkg-config packages
-PKG_CHECK_MODULES(XFS, libfs xfont xtrans)
+PKG_CHECK_MODULES(XFS, xfont xtrans)
# Transport selection macro from xtrans.m4
XTRANS_CONNECTION_FLAGS
--
1.7.3.2
More information about the xorg-devel
mailing list