summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-04-16 16:44:43 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2017-12-06 17:33:21 +0100
commit439820feebec02ff347408337898ab5cc3b275e7 (patch)
tree59716cc60ebaa533b5b14da02fc03aa083c0dd7b /config_host
parentced0f5071106bc68a48cd15cecf19ca02bb9fda1 (diff)
try to fix the tests that depend on fonts
This should help with some of the RandomConfig tb failures. Reviewed-on: https://gerrit.libreoffice.org/36581 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> (cherry picked from commit d1a594686a704a7b0d255fd90f9c017b2318e560) Conflicts: config_host/config_features.h.in sc/qa/unit/subsequent_export-test.cxx Change-Id: I83af9c2c50fa2f3044e7507a1b902807536452dd
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 0a389798116f..59bf2e5f6a83 100644
--- a/config_host/config_features.h.in
+++ b/config_host/config_features.h.in
@@ -166,4 +166,9 @@
*/
#define HAVE_FEATURE_UI 1
+/*
+ * Whether extra fonts are available
+ */
+#define HAVE_MORE_FONTS 0
+
#endif