Skip to content

Commit

Permalink
[JHBuild] Fix build on the CI after 6f6ed28
Browse files Browse the repository at this point in the history
* Since 6f6ed28 libwpe 1.16.2 is required.
* Update the internal JHBuild to build that version.
* Add also an empty line on Tools/wpe/jhbuild-minimal.modules to trigger an
  automatic rebuild of the JHBuild (it seems there is a bug on the code
  checking the hashes of the modulesets to see if something changed, and
  is only checking the main moduleset but not the includes).
  • Loading branch information
clopez committed Feb 21, 2025
1 parent 9e054e0 commit 4a2c4d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tools/jhbuild/jhbuild-minimal.modules
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
<cmake id="libwpe">
<branch repo="github-tarball"
module="WebPlatformForEmbedded/libwpe/releases/download/${version}/libwpe-${version}.tar.xz"
version="1.14.1"
hash="sha256:b1d0cdcf0f8dbb494e65b0f7913e357106da9a0d57f4fbb7b9d1238a6dbe9ade"/>
version="1.16.2"
hash="sha256:960bdd11c3f2cf5bd91569603ed6d2aa42fd4000ed7cac930a804eac367888d7"/>
</cmake>

<meson id="wpebackend-fdo">
Expand Down
1 change: 1 addition & 0 deletions Tools/wpe/jhbuild-minimal.modules
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0"?>
<!DOCTYPE moduleset SYSTEM "moduleset.dtd">
<?xml-stylesheet type="text/xsl" href="moduleset.xsl"?>

<moduleset>
<include href="../jhbuild/jhbuild-minimal.modules"/>
</moduleset>

0 comments on commit 4a2c4d6

Please sign in to comment.