From 767a4e1ede6880461daba3624110c6b6aa8e1ee1 Mon Sep 17 00:00:00 2001 From: Carmelo Messina Date: Mon, 12 Aug 2024 18:32:34 +0200 Subject: [PATCH] Temporary deactivation of jxl (#1362 #1365) --- build/cromite.gn_args | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/cromite.gn_args b/build/cromite.gn_args index 262417f2..f6d2d729 100644 --- a/build/cromite.gn_args +++ b/build/cromite.gn_args @@ -80,7 +80,7 @@ use_relr_relocations=false use_v8_context_snapshot = false # enable libjxl support by default -enable_jxl_decoder = true +enable_jxl_decoder = false # disable minikin engine # see https://github.com/uazo/cromite/issues/697