summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-04-16 16:44:43 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-04-16 17:52:10 +0200
commitd1a594686a704a7b0d255fd90f9c017b2318e560 (patch)
tree7203b53c695d4c0a8859fcb852f8bc29d4f1ecd4 /config_host
parentea9a31e3f130de74ebca0e5e5c1f450c6bca4a5b (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')
-rw-r--r--config_host/config_features.h.in5
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