Changeset 173158 in webkit


Ignore:
Timestamp:
Sep 1, 2014 11:06:33 AM (10 years ago)
Author:
clopez@igalia.com
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.
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r173157 r173158  
     12014-09-01  Carlos Alberto Lopez Perez  <clopez@igalia.com>
     2
     3        [GTK] install-dependencies don't installs dbus-launch that is needed for the API tests.
     4        https://bugs.webkit.org/show_bug.cgi?id=136425
     5
     6        Reviewed by Martin Robinson.
     7
     8        * gtk/install-dependencies: Add dbus-x11 to the list of packages needed for running the tests.
     9
    1102014-09-01  Ryuan Choi  <ryuan.choi@samsung.com>
    211
  • trunk/Tools/gtk/install-dependencies

    r172858 r173158  
    8787        apache2 \
    8888        curl \
     89        dbus-x11 \
    8990        libapache2-mod-bw \
    9091        libapache2-mod-php5 \
     
    186187    yum install \
    187188        curl \
     189        dbus-x11 \
    188190        httpd \
    189191        libgpg-error-devel \
Note: See TracChangeset for help on using the changeset viewer.