Skip to content

Commit

Permalink
[JHBuild][GTK][WPE] Update libjxl version
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=260197

Reviewed by Carlos Garcia Campos.

For the minimal jhbuild update it to the minium version supported (0.7.0)
and for the other modulests to the last stable version as of today (0.8.2)

* Tools/gtk/jhbuild.modules:
* Tools/jhbuild/jhbuild-minimal.modules:
* Tools/wpe/jhbuild.modules:

Canonical link: https://commits.webkit.org/266902@main
  • Loading branch information
clopez committed Aug 15, 2023
1 parent 2339331 commit bb423bf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
7 changes: 3 additions & 4 deletions Tools/gtk/jhbuild.modules
Original file line number Diff line number Diff line change
Expand Up @@ -598,11 +598,10 @@
-DJPEGXL_STATIC=OFF
-DJPEGXL_WARNINGS_AS_ERRORS=OFF
-DJPEGXL_ENABLE_SKCMS=ON">
<pkg-config>libjxl.pc</pkg-config>
<branch module="libjxl/libjxl.git"
version="0.6.1"
tag="v0.6.1"
checkoutdir="libjxl-0.6.1"
version="0.8.2"
tag="v0.8.2"
checkoutdir="libjxl-0.8.2"
repo="github.com">
<patch file="libjxl-add-cmake-flag-provision-dependencies.patch" strip="1"/>
</branch>
Expand Down
6 changes: 3 additions & 3 deletions Tools/jhbuild/jhbuild-minimal.modules
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,9 @@
-DJPEGXL_ENABLE_SKCMS=ON">
<pkg-config>libjxl.pc</pkg-config>
<branch module="libjxl/libjxl.git"
version="0.6.1"
tag="v0.6.1"
checkoutdir="libjxl-0.6.1"
version="0.7.0"
tag="v0.7.0"
checkoutdir="libjxl-0.7.0"
repo="github.com">
<patch file="libjxl-add-cmake-flag-provision-dependencies.patch" strip="1"/>
</branch>
Expand Down
7 changes: 3 additions & 4 deletions Tools/wpe/jhbuild.modules
Original file line number Diff line number Diff line change
Expand Up @@ -346,11 +346,10 @@
-DJPEGXL_STATIC=OFF
-DJPEGXL_WARNINGS_AS_ERRORS=OFF
-DJPEGXL_ENABLE_SKCMS=ON">
<pkg-config>libjxl.pc</pkg-config>
<branch module="libjxl/libjxl.git"
version="0.6.1"
tag="v0.6.1"
checkoutdir="libjxl-0.6.1"
version="0.8.2"
tag="v0.8.2"
checkoutdir="libjxl-0.8.2"
repo="github.com">
<patch file="libjxl-add-cmake-flag-provision-dependencies.patch" strip="1"/>
</branch>
Expand Down

0 comments on commit bb423bf

Please sign in to comment.