aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/librewolf/enable-jxl.patch
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2026-03-02 00:08:14 +0000
committeremmett1 <emmett1.2miligrams@protonmail.com>2026-03-02 00:08:14 +0000
commit8ca72161f4af1c51192f5878cfc0e39a0ee84a03 (patch)
tree6a745cb23a39b8c63a9dd9d293bbc53f384014e8 /repos/extra/librewolf/enable-jxl.patch
parent020d4bcb24c405908e274f62074f7bc23663454a (diff)
downloadalicelinux-8ca72161f4af1c51192f5878cfc0e39a0ee84a03.tar.gz
alicelinux-8ca72161f4af1c51192f5878cfc0e39a0ee84a03.zip
librewolf: updated to 148.0.1
Diffstat (limited to 'repos/extra/librewolf/enable-jxl.patch')
-rw-r--r--repos/extra/librewolf/enable-jxl.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/repos/extra/librewolf/enable-jxl.patch b/repos/extra/librewolf/enable-jxl.patch
new file mode 100644
index 00000000..bc2f8654
--- /dev/null
+++ b/repos/extra/librewolf/enable-jxl.patch
@@ -0,0 +1,21 @@
+diff --git a/toolkit/moz.configure b/toolkit/moz.configure
+index c99b4d628c54..0b1b1614620a 100644
+--- a/toolkit/moz.configure
++++ b/toolkit/moz.configure
+@@ -703,9 +703,10 @@ set_define("MOZ_AV1", av1)
+ option("--disable-jxl", help="Disable jxl image support")
+
+
+-@depends("--disable-jxl", milestone.is_nightly)
+-def jxl(value, is_nightly):
+- if is_nightly and value:
++@depends("--disable-jxl")
++def jxl(value):
++ enabled = bool(value)
++ if enabled:
+ return True
+
+
+--
+2.38.1
+