avoid using font servers with built-in fonts
This commit is contained in:
parent
ecfad74c48
commit
99c57674c0
|
@ -442,4 +442,7 @@
|
||||||
/* Use only built-in fonts */
|
/* Use only built-in fonts */
|
||||||
#undef BUILTIN_FONTS
|
#undef BUILTIN_FONTS
|
||||||
|
|
||||||
|
/* Avoid using font servers */
|
||||||
|
#undef NOFONTSERVERACCESS
|
||||||
|
|
||||||
#endif /* _DIX_CONFIG_H_ */
|
#endif /* _DIX_CONFIG_H_ */
|
||||||
|
|
Loading…
Reference in New Issue