summaryrefslogtreecommitdiff
path: root/config_host/config_skia.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config_host/config_skia.h.in')
-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