From 99c57674c002c5e88c6db34488a27b05004c9197 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Wed, 19 Jul 2006 19:59:11 -0400 Subject: [PATCH] avoid using font servers with built-in fonts --- include/dix-config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/dix-config.h.in b/include/dix-config.h.in index 14164fbeb..2cf9eaf01 100644 --- a/include/dix-config.h.in +++ b/include/dix-config.h.in @@ -442,4 +442,7 @@ /* Use only built-in fonts */ #undef BUILTIN_FONTS +/* Avoid using font servers */ +#undef NOFONTSERVERACCESS + #endif /* _DIX_CONFIG_H_ */