Title: [171623] trunk/Tools
Revision
171623
Author
[email protected]
Date
2014-07-25 15:38:37 -0700 (Fri, 25 Jul 2014)

Log Message

[GTK] install-dependencies needs to install perl-CGI on Fedora
https://bugs.webkit.org/show_bug.cgi?id=135302

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

* gtk/install-dependencies:
Add perl-CGI to yum dependencies needed for tests

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (171622 => 171623)


--- trunk/Tools/ChangeLog	2014-07-25 22:34:21 UTC (rev 171622)
+++ trunk/Tools/ChangeLog	2014-07-25 22:38:37 UTC (rev 171623)
@@ -1,3 +1,13 @@
+2014-07-25  Michael Catanzaro  <[email protected]>
+
+        [GTK] install-dependencies needs to install perl-CGI on Fedora
+        https://bugs.webkit.org/show_bug.cgi?id=135302
+
+        Reviewed by Martin Robinson.
+
+        * gtk/install-dependencies:
+        Add perl-CGI to yum dependencies needed for tests
+
 2014-07-25  Renato Nagy  <[email protected]>
 
         Add --dry-run option to sort-export-file

Modified: trunk/Tools/gtk/install-dependencies (171622 => 171623)


--- trunk/Tools/gtk/install-dependencies	2014-07-25 22:34:21 UTC (rev 171622)
+++ trunk/Tools/gtk/install-dependencies	2014-07-25 22:38:37 UTC (rev 171623)
@@ -187,6 +187,7 @@
         libgpg-error-devel \
         mod_bw \
         mod_ssl \
+        perl-CGI \
         php \
         pulseaudio-utils \
         pygobject3-base \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to