diff options
Diffstat (limited to 'config_host')
-rw-r--r-- | config_host/config_features.h.in | 5 | ||||
-rw-r--r-- | config_host/config_fonts.h.in | 9 |
2 files changed, 9 insertions, 5 deletions
diff --git a/config_host/config_features.h.in b/config_host/config_features.h.in index db4f7e1b28ae..86a5c6a9c6d9 100644 --- a/config_host/config_features.h.in +++ b/config_host/config_features.h.in @@ -129,11 +129,6 @@ #define HAVE_FEATURE_POPPLER 0 /* - * Whether extra fonts are available - */ -#define HAVE_MORE_FONTS 0 - -/* * Whether the automatic online updater is available */ #define HAVE_FEATURE_UPDATE_MAR 0 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 |