https://bugs.kde.org/show_bug.cgi?id=512270
--- Comment #2 from [email protected] --- (In reply to David Edmundson from comment #1) > As you've done this work already do you want to create an MR? Well... I thought it would be easy ``` diff --git a/kcms/kfontinst/lib/Fc.h b/kcms/kfontinst/lib/Fc.h index 4dd854d4db..0899e6bfec 100644 --- a/kcms/kfontinst/lib/Fc.h +++ b/kcms/kfontinst/lib/Fc.h @@ -9,6 +9,7 @@ #include "kfontinst_export.h" #include <QUrl> #include <fontconfig/fontconfig.h> +#include <fontconfig/fcfreetype.h> #include "kfontinst_export.h" ``` but fcfreetype.h loops for ft2build.h ...which is provided by freetype I have the header. So I assume that some CMake change needs to be done too? -- You are receiving this mail because: You are watching all bug changes.
