Disable webgl on armhf archive/raspbian/2.40.0-3+rpi1 raspbian/2.40.0-3+rpi1
authorPeter Michael Green <plugwash@raspbian.org>
Thu, 30 Mar 2023 13:49:24 +0000 (13:49 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Thu, 30 Mar 2023 13:49:24 +0000 (13:49 +0000)
debian/changelog
debian/rules

index a106907346dfb3135ac9988587eebb56095452e7..6dc74b9545652d4c902929258443d60d04b6ee9e 100644 (file)
@@ -4,6 +4,9 @@ webkit2gtk (2.40.0-3+rpi1) bookworm-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 introuced in 2.40.0-3+rpi1 by Peter Michael Green]
+  * Disable webgl on armhf.
+
  -- Peter Michael Green <plugwash@raspbian.org>  Thu, 30 Mar 2023 12:41:52 +0000
 
 webkit2gtk (2.40.0-3) unstable; urgency=medium
index 9787382c467c80275b6fe65de6c106d6b12156a4..d7a979ae9bd64113a7f4dd7128ea023843eb0554 100755 (executable)
@@ -51,7 +51,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