From: Peter Michael Green Date: Fri, 20 Oct 2023 18:55:04 +0000 (+0000) Subject: disable webgl X-Git-Tag: archive/raspbian/2.42.1-1_deb11u1+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=92aa717e4faa5c99cea4cd32cbb7431fe1d32b9d;p=webkit2gtk.git disable webgl --- diff --git a/debian/changelog b/debian/changelog index 1af1186ba1..9bf83ce53e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,9 @@ webkit2gtk (2.42.1-1~deb11u1+rpi1) bullseye-staging; urgency=medium * Disable javascript JIT as it doesn't appear to be armv6 compatible (at least I assume that is the cause of the assembler errors) + [changes introduced in 2.42.1-1~deb11u1+rpi1 by Peter Michael Green] + * Disable webgl support, it fails to build. + -- Peter Michael Green Thu, 19 Oct 2023 03:51:56 +0000 webkit2gtk (2.42.1-1~deb11u1) bullseye-security; urgency=medium diff --git a/debian/rules b/debian/rules index 8a0e67a134..79f4bebe0c 100755 --- a/debian/rules +++ b/debian/rules @@ -63,7 +63,7 @@ ifneq (,$(filter $(DEB_HOST_ARCH),i386)) endif # https://bugs.webkit.org/show_bug.cgi?id=252670 -ifneq (,$(filter $(DEB_HOST_ARCH),armel mipsel m68k powerpc sh4)) +ifneq (,$(filter $(DEB_HOST_ARCH),armel armhf mipsel m68k powerpc sh4)) EXTRA_CMAKE_ARGUMENTS += -DENABLE_WEBGL=OFF endif