From ba183bce192264f4578989337ef61e756b7e130d Mon Sep 17 00:00:00 2001 From: Woodpecker CI Date: Mon, 2 Mar 2026 00:19:43 +0000 Subject: Woodpecker CI 8ca72161f4af1c51192f5878cfc0e39a0ee84a03 [SKIP CI] --- librewolf/enable-jxl.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 librewolf/enable-jxl.patch (limited to 'librewolf/enable-jxl.patch') diff --git a/librewolf/enable-jxl.patch b/librewolf/enable-jxl.patch new file mode 100644 index 00000000..bc2f8654 --- /dev/null +++ b/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 + -- cgit v1.2.3