summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorRene Engelhard <rene@rene-engelhard.de>2022-06-13 18:28:34 +0200
committerRené Engelhard <rene@debian.org>2022-06-16 18:14:48 +0200
commit26cc731adeba5ac434f7ee76a4fe5b57e42c6702 (patch)
tree58cdb6feceb5a8f88c93fe14fdecb2c5d1439d12 /config_host
parentcd35eebe4dde6e012c2a939461a87b58b2b7a497 (diff)
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 <rene@debian.org> Reviewed-by: René Engelhard <rene@debian.org>
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_skia.h.in4
1 files changed, 0 insertions, 4 deletions
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