diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7d9b94bc..014d0184 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -164,6 +164,7 @@ jobs: cp $OUTPUTFILE_LIN/icudtl.dat chrome-lin/ cp $OUTPUTFILE_LIN/libEGL.so chrome-lin/ cp $OUTPUTFILE_LIN/libGLESv2.so chrome-lin/ + cp $OUTPUTFILE_LIN/libvulkan.so.1 chrome-lin/ cp $OUTPUTFILE_LIN/libqt5_shim.so chrome-lin/ cp $OUTPUTFILE_LIN/libqt6_shim.so chrome-lin/ cp $OUTPUTFILE_LIN/libvk_swiftshader.so chrome-lin/ 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 = "" }