Title: [173158] trunk/Tools
Revision
173158
Author
[email protected]
Date
2014-09-01 11:06:33 -0700 (Mon, 01 Sep 2014)

Log Message

[GTK] install-dependencies don't installs dbus-launch that is needed for the API tests.
https://bugs.webkit.org/show_bug.cgi?id=136425

Reviewed by Martin Robinson.

* gtk/install-dependencies: Add dbus-x11 to the list of packages needed for running the tests.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (173157 => 173158)


--- trunk/Tools/ChangeLog	2014-09-01 10:33:52 UTC (rev 173157)
+++ trunk/Tools/ChangeLog	2014-09-01 18:06:33 UTC (rev 173158)
@@ -1,3 +1,12 @@
+2014-09-01  Carlos Alberto Lopez Perez  <[email protected]>
+
+        [GTK] install-dependencies don't installs dbus-launch that is needed for the API tests.
+        https://bugs.webkit.org/show_bug.cgi?id=136425
+
+        Reviewed by Martin Robinson.
+
+        * gtk/install-dependencies: Add dbus-x11 to the list of packages needed for running the tests.
+
 2014-09-01  Ryuan Choi  <[email protected]>
 
         Update my list of email addresses in contributors.json

Modified: trunk/Tools/gtk/install-dependencies (173157 => 173158)


--- trunk/Tools/gtk/install-dependencies	2014-09-01 10:33:52 UTC (rev 173157)
+++ trunk/Tools/gtk/install-dependencies	2014-09-01 18:06:33 UTC (rev 173158)
@@ -86,6 +86,7 @@
     apt-get install \
         apache2 \
         curl \
+        dbus-x11 \
         libapache2-mod-bw \
         libapache2-mod-php5 \
         libgpg-error-dev \
@@ -185,6 +186,7 @@
     # These are dependencies necessary for running tests.
     yum install \
         curl \
+        dbus-x11 \
         httpd \
         libgpg-error-devel \
         mod_bw \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to