Title: [176526] trunk/Tools
Revision
176526
Author
[email protected]
Date
2014-11-24 16:05:27 -0800 (Mon, 24 Nov 2014)

Log Message

[GTK] update-webkitgtk-libs fails to build fontconfig
https://bugs.webkit.org/show_bug.cgi?id=139032

Patch by Michael Catanzaro <[email protected]> on 2014-11-24
Reviewed by Martin Robinson.

On Fedora, if docbook-utils is installed but docbook-utils-pdf is not,
fontconfig will try to generate documentation and fail.

* gtk/install-dependencies:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (176525 => 176526)


--- trunk/Tools/ChangeLog	2014-11-24 23:56:37 UTC (rev 176525)
+++ trunk/Tools/ChangeLog	2014-11-25 00:05:27 UTC (rev 176526)
@@ -1,3 +1,15 @@
+2014-11-24  Michael Catanzaro  <[email protected]>
+
+        [GTK] update-webkitgtk-libs fails to build fontconfig
+        https://bugs.webkit.org/show_bug.cgi?id=139032
+
+        Reviewed by Martin Robinson.
+
+        On Fedora, if docbook-utils is installed but docbook-utils-pdf is not,
+        fontconfig will try to generate documentation and fail.
+
+        * gtk/install-dependencies:
+
 2014-11-24  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Fix GTK+ make distcheck.

Modified: trunk/Tools/gtk/install-dependencies (176525 => 176526)


--- trunk/Tools/gtk/install-dependencies	2014-11-24 23:56:37 UTC (rev 176525)
+++ trunk/Tools/gtk/install-dependencies	2014-11-25 00:05:27 UTC (rev 176526)
@@ -334,6 +334,8 @@
 
     # These are dependencies necessary for building the jhbuild.
     yum install \
+        docbook-utils \
+        docbook-utils-pdf \
         git \
         gobject-introspection \
         icon-naming-utils \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to