config_host/config_skia.h.in | 4 ---- 1 file changed, 4 deletions(-) New commits: commit cc3d8995fc28ca98c4ad38c5066977ea48cef9a1 Author: Rene Engelhard <r...@rene-engelhard.de> AuthorDate: Mon Jun 13 18:28:34 2022 +0200 Commit: René Engelhard <r...@debian.org> CommitDate: Thu Jun 16 18:16:08 2022 +0200
Revert "enable Skia on big-endian too" This reverts commit b06663135f9c7c08f5866a87a1fb0932df5af8bd. Still/Again fails to build. See https://lists.freedesktop.org/archives/libreoffice/2022-June/089026.html Change-Id: I195c1584256d1da5fee3bbd1d7291a6639428acf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135771 Tested-by: Jenkins Tested-by: René Engelhard <r...@debian.org> Reviewed-by: René Engelhard <r...@debian.org> (cherry picked from commit 5b5c91190c60088c6998166250acc55574d5b543) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136014 diff --git a/config_host/config_skia.h.in b/config_host/config_skia.h.in index c81e648a0d6f..b98ba14d31ec 100644 --- a/config_host/config_skia.h.in +++ b/config_host/config_skia.h.in @@ -62,10 +62,6 @@ are the same. // the default X11 visual is actually also BGRA. #define SK_R32_SHIFT 16 -// Enable skia on big-endian too. Despite the disclaimer it reportedly -// actually works fine. -#define I_ACKNOWLEDGE_SKIA_DOES_NOT_SUPPORT_BIG_ENDIAN 1 - // Enable Skia's internal checks depending on DBG_UTIL mode. ENABLE_SKIA_DEBUG // controls whether to build with or without optimizations (set in Makefile). #ifdef DBG_UTIL