Changeset 181843 in webkit


Ignore:
Timestamp:
Mar 22, 2015 8:41:21 PM (9 years ago)
Author:
commit-queue@webkit.org
Message:

[GTK] install-dependencies should install orc
https://bugs.webkit.org/show_bug.cgi?id=142955

Patch by Michael Catanzaro <Michael Catanzaro> on 2015-03-22
Reviewed by Martin Robinson.

Install orc, needed by openwebrtc

  • gtk/install-dependencies:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r181840 r181843  
     12015-03-22  Michael Catanzaro  <mcatanzaro@igalia.com>
     2
     3        [GTK] install-dependencies should install orc
     4        https://bugs.webkit.org/show_bug.cgi?id=142955
     5
     6        Reviewed by Martin Robinson.
     7
     8        Install orc, needed by openwebrtc
     9
     10        * gtk/install-dependencies:
     11
    1122015-03-22  Benjamin Poulain  <bpoulain@apple.com>
    213
  • trunk/Tools/gtk/install-dependencies

    r181624 r181843  
    8080        libmpg123-dev \
    8181        libopus-dev \
     82        liborc-0.4-dev \
    8283        libpango1.0-dev \
    8384        libpng12-dev \
     
    224225        ninja \
    225226        ruby \
    226         xorg-font-utils"
     227        xorg-font-utils \
     228        orc"
    227229
    228230    # These are dependencies necessary for running tests.
     
    326328        perl-version \
    327329        python-devel \
     330        orc-devel \
    328331        ruby \
    329332        sqlite-devel
Note: See TracChangeset for help on using the changeset viewer.