Skip to content

Commit

Permalink
[GTK] jhbuild fails to configure if gettext 0.20 is installed
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=205249

Reviewed by Michael Catanzaro.

Update jhbuild.

* jhbuild/jhbuild-wrapper:


Canonical link: https://commits.webkit.org/218455@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@253539 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
emilio committed Dec 15, 2019
1 parent 857ed80 commit 3520a33
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Tools/ChangeLog
@@ -1,3 +1,14 @@
2019-12-15 Emilio Cobos Álvarez <emilio@crisal.io>

[GTK] jhbuild fails to configure if gettext 0.20 is installed
https://bugs.webkit.org/show_bug.cgi?id=205249

Reviewed by Michael Catanzaro.

Update jhbuild.

* jhbuild/jhbuild-wrapper:

2019-12-13 Wenson Hsieh <wenson_hsieh@apple.com>

Unreviewed, fix the macCatalyst build after r253486
Expand Down
2 changes: 1 addition & 1 deletion Tools/jhbuild/jhbuild-wrapper
Expand Up @@ -24,7 +24,7 @@ import shlex
import subprocess
import sys

jhbuild_revision = 'b1d2ebdef165435c048c59192a32ba69d4f2c6dd'
jhbuild_revision = '93d37507d0fbf550aa3e96b5d632f3772c0189f0'

def determine_platform():
if '--gtk' in sys.argv:
Expand Down

0 comments on commit 3520a33

Please sign in to comment.