office-gobmx/external/freetype/logging.patch.0
Stephan Bergmann 370398910a external/freetype: Enable debug logging support for --enable-dbgutil
Change-Id: I4f605166f5a6e0b2bd9196472db9ea3ad400d44c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172108
Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
Tested-by: Jenkins
2024-08-20 21:35:14 +02:00

11 lines
294 B
Text

--- include/freetype/config/ftoption.h
+++ include/freetype/config/ftoption.h
@@ -448,7 +448,7 @@
*
* This option needs a C99 compiler.
*/
-/* #define FT_DEBUG_LOGGING */
+#define FT_DEBUG_LOGGING
/**************************************************************************