aboutsummaryrefslogtreecommitdiff
path: root/firefox/enable-jxl.patch
diff options
context:
space:
mode:
authorWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-02-25 14:56:03 +0000
committerWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-02-25 14:56:03 +0000
commit54d794a1b88e205090af9ec6f89a6daaa9ffa69a (patch)
tree970bdfca3b907d31954573d35ccdcf9cda938846 /firefox/enable-jxl.patch
parent94fd0d6303dcac01d6d52c5a6d2d7504cb35b61e (diff)
downloadalicelinux-54d794a1b88e205090af9ec6f89a6daaa9ffa69a.tar.gz
alicelinux-54d794a1b88e205090af9ec6f89a6daaa9ffa69a.zip
Woodpecker CI 2e1ae7580ce30cfe34521519fea2614da30be3af [SKIP CI]
Diffstat (limited to 'firefox/enable-jxl.patch')
-rw-r--r--firefox/enable-jxl.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/firefox/enable-jxl.patch b/firefox/enable-jxl.patch
new file mode 100644
index 00000000..bc2f8654
--- /dev/null
+++ b/firefox/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
+