diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2022-01-09 22:36:20 +0100 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2022-01-10 04:50:46 +0100 |
commit | ef5e2d8604b976d352b944c007ae71aa33ffc607 (patch) | |
tree | c705ba55199fe71e29ec54a5d4118efc51319852 /desktop/qa | |
parent | b4a281af53efa0c36ee1770e6cf4d800be77a6d2 (diff) |
Move HAVE_MORE_FONTS into an extra config header
No need to recompile most of LibreOffice, because the --with-fonts
configure flag changed. This preprocessor define is just used by
unit tests anyway.
Change-Id: Ia2eae7d0c74e59e034fdd8513504a34e51ab428e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128197
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'desktop/qa')
-rw-r--r-- | desktop/qa/desktop_lib/test_desktop_lib.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/qa/desktop_lib/test_desktop_lib.cxx b/desktop/qa/desktop_lib/test_desktop_lib.cxx index c1b1cc34cbf9..3f3d59b8673d 100644 --- a/desktop/qa/desktop_lib/test_desktop_lib.cxx +++ b/desktop/qa/desktop_lib/test_desktop_lib.cxx @@ -52,6 +52,7 @@ #include <comphelper/scopeguard.hxx> #include <cairo.h> #include <config_features.h> +#include <config_fonts.h> #include <config_mpl.h> #include <tools/json_writer.hxx> #include <o3tl/unit_conversion.hxx> |