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.meeks@collabora.com>
Tested-by: René Engelhard <rene@debian.org>
Reviewed-by: René Engelhard <rene@debian.org>
This commit is contained in:
Rene Engelhard 2022-06-13 18:30:05 +02:00 committed by René Engelhard
parent b1c1a4ed48
commit cd35eebe4d

View file

@ -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"