configure.ac |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit cd35eebe4dde6e012c2a939461a87b58b2b7a497
Author:     Rene Engelhard <r...@rene-engelhard.de>
AuthorDate: Mon Jun 13 18:30:05 2022 +0200
Commit:     René Engelhard <r...@debian.org>
CommitDate: Thu Jun 16 18:14:02 2022 +0200

    fail big-endian builds with --enable-skia. Point to --disable-skia
    
    Change-Id: I0a1e5289a36e39eeea00e0fd67fbcf1fe7c902f8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135772
    Tested-by: Jenkins
    Reviewed-by: Michael Meeks <michael.me...@collabora.com>
    Tested-by: René Engelhard <r...@debian.org>
    Reviewed-by: René Engelhard <r...@debian.org>

diff --git a/configure.ac b/configure.ac
index 8c24eb84fd5e..2963f05e3326 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12078,6 +12078,10 @@ if test "$enable_skia" != "no" -a "$build_skia" = 
"yes" -a -z "$DISABLE_GUI"; th
             ENABLE_SKIA_DEBUG=
         fi
         ENABLE_SKIA=TRUE
+       if test "$ENDIANNESS" = "big" && test "$ENABLE_SKIA" = "TRUE"; then
+               AC_MSG_ERROR([skia doesn't work/isn't supported upstream on 
big-endian. Use --disable-skia])
+       fi
+
         AC_DEFINE(HAVE_FEATURE_SKIA)
         BUILD_TYPE="$BUILD_TYPE SKIA"
 

Reply via email to