diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-04-16 16:44:43 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-04-16 17:52:10 +0200 |
commit | d1a594686a704a7b0d255fd90f9c017b2318e560 (patch) | |
tree | 7203b53c695d4c0a8859fcb852f8bc29d4f1ecd4 /config_host/config_features.h.in | |
parent | ea9a31e3f130de74ebca0e5e5c1f450c6bca4a5b (diff) |
try to fix the tests that depend on fonts
This should help with some of the RandomConfig tb failures.
Change-Id: I83af9c2c50fa2f3044e7507a1b902807536452dd
Reviewed-on: https://gerrit.libreoffice.org/36581
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'config_host/config_features.h.in')
-rw-r--r-- | config_host/config_features.h.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config_host/config_features.h.in b/config_host/config_features.h.in index 2df958a1cf09..8c5de70a84e8 100644 --- a/config_host/config_features.h.in +++ b/config_host/config_features.h.in @@ -184,4 +184,9 @@ */ #define HAVE_FEATURE_PDFIUM 0 +/* + * Whether extra fonts are available + */ +#define HAVE_MORE_FONTS 0 + #endif |