disable webgl archive/raspbian/2.42.1-1_deb11u1+rpi1 raspbian/2.42.1-1_deb11u1+rpi1
authorPeter Michael Green <plugwash@raspbian.org>
Fri, 20 Oct 2023 18:55:04 +0000 (18:55 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Fri, 20 Oct 2023 18:55:04 +0000 (18:55 +0000)
debian/changelog
debian/rules

index 1af1186ba1ff7a034da6324230edc4d0c4674f22..9bf83ce53e78ebf6d56d7d9581fbc5e4e85323fe 100644 (file)
@@ -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 <plugwash@raspbian.org>  Thu, 19 Oct 2023 03:51:56 +0000
 
 webkit2gtk (2.42.1-1~deb11u1) bullseye-security; urgency=medium
index 8a0e67a134b6a973db22cc2ed3e61f5984aea7b0..79f4bebe0c01eb3006fa4c1221bfc888bd1611cb 100755 (executable)
@@ -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