avoid using font servers with built-in fonts

This commit is contained in:
Daniel Stone 2006-07-19 19:59:11 -04:00 committed by Daniel Stone
parent ecfad74c48
commit 99c57674c0

View File

@ -442,4 +442,7 @@
/* Use only built-in fonts */
#undef BUILTIN_FONTS
/* Avoid using font servers */
#undef NOFONTSERVERACCESS
#endif /* _DIX_CONFIG_H_ */