* 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 <plugwash@raspbian.org> Thu, 19 Oct 2023 03:51:56 +0000
webkit2gtk (2.42.1-1~deb11u1) bullseye-security; urgency=medium
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