Skip to content

Commit ff7d2cb

Browse files
dpinophiln
authored andcommitted
[JHBuild] Add header for missing function 'mkpath'
Also update 'jhbuild' and add add missing module 'graphene'.
1 parent e2c201c commit ff7d2cb

4 files changed

Lines changed: 12 additions & 10 deletions

File tree

Tools/Scripts/update-webkit-libs-jhbuild

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ use warnings;
2222
use Cwd qw(realpath);
2323
use Digest::MD5 qw(md5_hex);
2424
use File::Basename;
25+
use File::Path qw(mkpath);
2526
use FindBin;
2627
use lib $FindBin::Bin;
2728
use webkitdirs;

Tools/gstreamer/jhbuild.modules

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,16 @@
6767
</branch>
6868
</autotools>
6969

70+
<meson id="graphene">
71+
<pkg-config>graphene-1.0.pc</pkg-config>
72+
<branch repo="github.com"
73+
module="ebassi/graphene.git"
74+
tag="1.10.6"/>
75+
<dependencies>
76+
<dep package="glib"/>
77+
</dependencies>
78+
</meson>
79+
7080
<!-- GStreamer plugins have been moved with the base code to a monorepo.
7181
Is not longer needed to fetch different tarballs when using the main repository.
7282
See: https://gstreamer.freedesktop.org/documentation/frequently-asked-questions/mono-repository.html -->

Tools/gtk/jhbuild.modules

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -181,15 +181,6 @@
181181
hash="sha256:455eb90c09ed1b71f95f3ebfe1c904c206727e0eeb34fc94e5aaf944663a820c"/>
182182
</autotools>
183183

184-
<meson id="graphene">
185-
<branch repo="github.com"
186-
module="ebassi/graphene.git"
187-
tag="1.6.0"/>
188-
<dependencies>
189-
<dep package="glib"/>
190-
</dependencies>
191-
</meson>
192-
193184
<autotools id="librsvg" autogen-sh="configure"
194185
autogenargs="--disable-introspection --enable-pixbuf-loader --disable-gtk-theme">
195186
<if condition-set="macos">

Tools/jhbuild/jhbuild-wrapper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import shlex
2424
import subprocess
2525
import sys
2626

27-
jhbuild_revision = '93d37507d0fbf550aa3e96b5d632f3772c0189f0'
27+
jhbuild_revision = 'acb52b03594989cfb45173841b318fccf557fefb'
2828

2929
def determine_platform():
3030
if '--gtk' in sys.argv:

0 commit comments

Comments
 (0)