Skip to content

Commit 3ff7751

Browse files
committed
REGRESSION(55c709a): [JHBuild] Recover the fonts module entry.
This was deleted by mistake in 55c709a. It is needed for running layout tests.
1 parent 1667f9e commit 3ff7751

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Tools/wpe/jhbuild.modules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<dep package="atk"/>
1111
<dep package="at-spi2-atk"/>
1212
<dep package="cairo"/>
13+
<dep package="fonts"/>
1314
<dep package="dicts"/>
1415
<dep package="fontconfig"/>
1516
<dep package="freetype6"/>
@@ -112,6 +113,11 @@
112113
</branch>
113114
</meson>
114115

116+
<autotools id="fonts" supports-non-srcdir-builds="no"
117+
skip-autogen="true">
118+
<branch repo="github.com" module="WebKitGTK/webkitgtk-test-fonts.git" checkoutdir="webkitgtk-test-fonts" tag="0.0.8"/>
119+
</autotools>
120+
115121
<autotools id="dicts" supports-non-srcdir-builds="no"
116122
skip-autogen="true">
117123
<branch repo="github.com" module="mrobinson/webkitgtk-test-dicts.git" checkoutdir="webkitgtk-test-dicts" tag="0.0.1"/>

0 commit comments

Comments
 (0)