From e74225ae3dda2d6cf74f72ed946003bb7ee0216d Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Sun, 7 Jan 2024 02:17:21 -0800 Subject: [PATCH] #665 Enable JXL support in linux builds --- build/cromite.gn_args | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/cromite.gn_args b/build/cromite.gn_args index 3d2bc2d5..c9cd1258 100644 --- a/build/cromite.gn_args +++ b/build/cromite.gn_args @@ -54,6 +54,9 @@ use_relr_relocations=false # see https://github.com/uazo/cromite/pull/317 for context use_v8_context_snapshot = false +# enable libjxl support by default +enable_jxl_decoder = true + declare_args() { _is_debug_build = "" }