Skip to content

Commit

Permalink
REGRESSION(55c709a): [JHBuild] Recover the fonts module entry.
Browse files Browse the repository at this point in the history
This was deleted by mistake in 55c709a.
It is needed for running layout tests.
  • Loading branch information
clopez committed Dec 13, 2024
1 parent 1667f9e commit 3ff7751
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Tools/wpe/jhbuild.modules
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<dep package="atk"/>
<dep package="at-spi2-atk"/>
<dep package="cairo"/>
<dep package="fonts"/>
<dep package="dicts"/>
<dep package="fontconfig"/>
<dep package="freetype6"/>
Expand Down Expand Up @@ -112,6 +113,11 @@
</branch>
</meson>

<autotools id="fonts" supports-non-srcdir-builds="no"
skip-autogen="true">
<branch repo="github.com" module="WebKitGTK/webkitgtk-test-fonts.git" checkoutdir="webkitgtk-test-fonts" tag="0.0.8"/>
</autotools>

<autotools id="dicts" supports-non-srcdir-builds="no"
skip-autogen="true">
<branch repo="github.com" module="mrobinson/webkitgtk-test-dicts.git" checkoutdir="webkitgtk-test-dicts" tag="0.0.1"/>
Expand Down

0 comments on commit 3ff7751

Please sign in to comment.