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 /vcl | |
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 'vcl')
-rw-r--r-- | vcl/qa/cppunit/FontFeatureTest.cxx | 1 | ||||
-rw-r--r-- | vcl/qa/cppunit/complextext.cxx | 1 | ||||
-rw-r--r-- | vcl/qa/cppunit/pdfexport/pdfexport.cxx | 1 | ||||
-rw-r--r-- | vcl/qa/cppunit/svm/svmtest.cxx | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/vcl/qa/cppunit/FontFeatureTest.cxx b/vcl/qa/cppunit/FontFeatureTest.cxx index bd8595902449..091654b8a87a 100644 --- a/vcl/qa/cppunit/FontFeatureTest.cxx +++ b/vcl/qa/cppunit/FontFeatureTest.cxx @@ -9,6 +9,7 @@ #include <test/bootstrapfixture.hxx> #include <config_features.h> +#include <config_fonts.h> #include <cppunit/TestAssert.h> #include <vcl/font/Feature.hxx> diff --git a/vcl/qa/cppunit/complextext.cxx b/vcl/qa/cppunit/complextext.cxx index 21e1e58f96ac..c281e63eb7ff 100644 --- a/vcl/qa/cppunit/complextext.cxx +++ b/vcl/qa/cppunit/complextext.cxx @@ -8,6 +8,7 @@ */ #include <config_features.h> +#include <config_fonts.h> #include <ostream> #include <vector> diff --git a/vcl/qa/cppunit/pdfexport/pdfexport.cxx b/vcl/qa/cppunit/pdfexport/pdfexport.cxx index 7c6e273bf173..386a85eefe21 100644 --- a/vcl/qa/cppunit/pdfexport/pdfexport.cxx +++ b/vcl/qa/cppunit/pdfexport/pdfexport.cxx @@ -14,6 +14,7 @@ #include <type_traits> #include <config_features.h> +#include <config_fonts.h> #include <com/sun/star/frame/Desktop.hpp> #include <com/sun/star/frame/XStorable.hpp> diff --git a/vcl/qa/cppunit/svm/svmtest.cxx b/vcl/qa/cppunit/svm/svmtest.cxx index 7b2fcc8cf4cc..06690512b1f1 100644 --- a/vcl/qa/cppunit/svm/svmtest.cxx +++ b/vcl/qa/cppunit/svm/svmtest.cxx @@ -31,6 +31,7 @@ #include <basegfx/polygon/b2dpolypolygon.hxx> #include <config_features.h> +#include <config_fonts.h> #include <vcl/skia/SkiaHelper.hxx> using namespace css; |