[Libreoffice-commits] core.git: config_host/config_skia.h.in

Luboš Luňák (via logerrit) logerrit at kemper.freedesktop.org
Mon Sep 7 14:21:10 UTC 2020


 config_host/config_skia.h.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ee4d7d11503fc4a93269a32dd1bf43d0ab3160e6
Author:     Luboš Luňák <l.lunak at collabora.com>
AuthorDate: Fri Aug 28 11:55:57 2020 +0200
Commit:     Luboš Luňák <l.lunak at collabora.com>
CommitDate: Mon Sep 7 16:20:34 2020 +0200

    fix typo in enabling Skia's SK_RELEASE
    
    Although this was probably harmless, as Skia by default
    decides this based on NDEBUG, if not explicitly set.
    
    Change-Id: I46f0d336cdb940d2214c67bdb461cb4f8d9140f8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102164
    Tested-by: Jenkins
    Reviewed-by: Luboš Luňák <l.lunak at collabora.com>

diff --git a/config_host/config_skia.h.in b/config_host/config_skia.h.in
index 4c1c169c800d..ba3d3c6c0a07 100644
--- a/config_host/config_skia.h.in
+++ b/config_host/config_skia.h.in
@@ -56,7 +56,7 @@ are the same.
 
 #else
 
-#define DSK_RELEASE
+#define SK_RELEASE
 
 #endif // DBG_UTIL
 


More information about the Libreoffice-commits mailing list