summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2022-05-09 07:28:05 +0200
committerLuboš Luňák <l.lunak@collabora.com>2022-05-10 10:57:19 +0200
commit4c0fad52e3ba8453cffdc07a7083c6c60afc689f (patch)
tree66d203910c0055b7cef50af77744a4fca65b1355 /config_host
parentf7bad12cbcea665e2e0f49491a82cd433bb48b51 (diff)
enable Skia on big-endian too
Without this the build will #error out, and despite the disclaimer it reportedly works fine. https://lists.freedesktop.org/archives/libreoffice/2022-May/088838.html Change-Id: I0e87b31647fe5107bca9b58d8f4af5fc0c67cd65 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134032 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com> (cherry picked from commit b06663135f9c7c08f5866a87a1fb0932df5af8bd) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134056 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_skia.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/config_host/config_skia.h.in b/config_host/config_skia.h.in
index b98ba14d31ec..c81e648a0d6f 100644
--- a/config_host/config_skia.h.in
+++ b/config_host/config_skia.h.in
@@ -62,6 +62,10 @@ 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