Title: [165448] trunk/Tools
Revision
165448
Author
[email protected]
Date
2014-03-11 04:27:54 -0700 (Tue, 11 Mar 2014)

Log Message

[GTK] update-webkitgtk-libs needs itstool
https://bugs.webkit.org/show_bug.cgi?id=130082

After http://trac.webkit.org/changeset/165110 WebKitGTK+ uses gtk-doc 1.20.
itstool is a dependency of building gtk-doc from version 1.19, so it should
be added to Tools/gtk/install-dependencies script, too.

Patch by Martin Hodovan <[email protected]> on 2014-03-11
Reviewed by Philippe Normand.

* gtk/install-dependencies:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (165447 => 165448)


--- trunk/Tools/ChangeLog	2014-03-11 11:23:27 UTC (rev 165447)
+++ trunk/Tools/ChangeLog	2014-03-11 11:27:54 UTC (rev 165448)
@@ -1,3 +1,16 @@
+2014-03-11  Martin Hodovan  <[email protected]>
+
+        [GTK] update-webkitgtk-libs needs itstool
+        https://bugs.webkit.org/show_bug.cgi?id=130082
+
+        After http://trac.webkit.org/changeset/165110 WebKitGTK+ uses gtk-doc 1.20.
+        itstool is a dependency of building gtk-doc from version 1.19, so it should
+        be added to Tools/gtk/install-dependencies script, too.
+
+        Reviewed by Philippe Normand.
+
+        * gtk/install-dependencies:
+
 2014-03-11  Eva Balazsfalvi  <[email protected]>
 
         webkitbot rollout ChangeLogs should be nicer

Modified: trunk/Tools/gtk/install-dependencies (165447 => 165448)


--- trunk/Tools/gtk/install-dependencies	2014-03-11 11:23:27 UTC (rev 165447)
+++ trunk/Tools/gtk/install-dependencies	2014-03-11 11:27:54 UTC (rev 165448)
@@ -47,6 +47,7 @@
         gperf \
         gtk-doc-tools \
         intltool \
+        itstool \
         libatk1.0-dev \
         libenchant-dev \
         libfaad-dev \
@@ -185,6 +186,7 @@
         git \
         gobject-introspection \
         icon-naming-utils \
+        itstool \
         libXfont-devel \
         libcroco-devel \
         libgcrypt-devel \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to