Title: [153908] trunk/Tools
Revision
153908
Author
k...@webkit.org
Date
2013-08-09 14:12:43 -0700 (Fri, 09 Aug 2013)

Log Message

[GTK] Misses mod_ssl and php in the list of packages required for tests for yum
https://bugs.webkit.org/show_bug.cgi?id=115751

Patch by Gustavo Noronha Silva <gustavo.noro...@collabora.com> on 2013-08-09
Reviewed by Martin Robinson.

* gtk/install-dependencies: add mod_ssl and php to the packages installed for tests
with yum.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (153907 => 153908)


--- trunk/Tools/ChangeLog	2013-08-09 19:58:51 UTC (rev 153907)
+++ trunk/Tools/ChangeLog	2013-08-09 21:12:43 UTC (rev 153908)
@@ -1,3 +1,13 @@
+2013-08-09  Gustavo Noronha Silva  <gustavo.noro...@collabora.com>
+
+        [GTK] Misses mod_ssl and php in the list of packages required for tests for yum
+        https://bugs.webkit.org/show_bug.cgi?id=115751
+
+        Reviewed by Martin Robinson.
+
+        * gtk/install-dependencies: add mod_ssl and php to the packages installed for tests
+        with yum.
+
 2013-08-09  Beth Dakin  <bda...@apple.com>
 
         AX: Not able to use arrow keys to read text in a WK2 app

Modified: trunk/Tools/gtk/install-dependencies (153907 => 153908)


--- trunk/Tools/gtk/install-dependencies	2013-08-09 19:58:51 UTC (rev 153907)
+++ trunk/Tools/gtk/install-dependencies	2013-08-09 21:12:43 UTC (rev 153908)
@@ -158,8 +158,10 @@
     # These are dependencies necessary for running tests.
     yum install \
         httpd \
+        mod_bw \
+        mod_ssl \
+        php \
         curl \
-        mod_bw \
         libgpg-error-devel \
         pulseaudio-utils \
         pygobject3-base \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to