diff options
author | Daniel Stone <daniel.stone@nokia.com> | 2006-07-19 19:55:13 -0400 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-07-21 15:19:52 -0400 |
commit | ecfad74c48f633916305bcc25baaaad74aa52b78 (patch) | |
tree | 3516291da00962af37153bf108d2868ee2cb96ce /include | |
parent | 0a2068d123520d35818c38a555ae3ba06d8ca7fb (diff) |
add support for built-in fonts
Use --enable-builtin-fonts to only use built-in fonts, and avoid loading
fonts.
Diffstat (limited to 'include')
-rw-r--r-- | include/dix-config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dix-config.h.in b/include/dix-config.h.in index 72a329c03..14164fbeb 100644 --- a/include/dix-config.h.in +++ b/include/dix-config.h.in @@ -439,4 +439,7 @@ /* Support D-BUS */ #undef HAVE_DBUS +/* Use only built-in fonts */ +#undef BUILTIN_FONTS + #endif /* _DIX_CONFIG_H_ */ |