Files
desktop/src/toolkit/moz-configure.patch
Mauro Balades 8a87e3a0af Enabled JPEG XL
2024-08-21 09:44:21 +02:00

14 lines
439 B
C++

diff --git a/toolkit/moz.configure b/toolkit/moz.configure
index dfef4ee7bd74a232f8f9eaa158303e59a2a32e62..a7fa02883e3ae58b0338951b869719a3b9c26234 100644
--- a/toolkit/moz.configure
+++ b/toolkit/moz.configure
@@ -907,7 +907,7 @@ option("--disable-jxl", help="Disable jxl image support")
@depends("--disable-jxl", milestone.is_nightly)
def jxl(value, is_nightly):
- if is_nightly and value:
+ if value:
return True