diff options
Diffstat (limited to 'config_host/config_fonts.h.in')
-rw-r--r-- | config_host/config_fonts.h.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config_host/config_fonts.h.in b/config_host/config_fonts.h.in new file mode 100644 index 000000000000..edb828128658 --- /dev/null +++ b/config_host/config_fonts.h.in @@ -0,0 +1,9 @@ +#ifndef CONFIG_FONTS_H +#define CONFIG_FONTS_H + +/* + * Whether extra fonts are available + */ +#define HAVE_MORE_FONTS 0 + +#endif |