Title: [181843] trunk/Tools
Revision
181843
Author
[email protected]
Date
2015-03-22 20:41:21 -0700 (Sun, 22 Mar 2015)

Log Message

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

Patch by Michael Catanzaro <[email protected]> on 2015-03-22
Reviewed by Martin Robinson.

Install orc, needed by openwebrtc

* gtk/install-dependencies:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (181842 => 181843)


--- trunk/Tools/ChangeLog	2015-03-23 02:47:14 UTC (rev 181842)
+++ trunk/Tools/ChangeLog	2015-03-23 03:41:21 UTC (rev 181843)
@@ -1,3 +1,14 @@
+2015-03-22  Michael Catanzaro  <[email protected]>
+
+        [GTK] install-dependencies should install orc
+        https://bugs.webkit.org/show_bug.cgi?id=142955
+
+        Reviewed by Martin Robinson.
+
+        Install orc, needed by openwebrtc
+
+        * gtk/install-dependencies:
+
 2015-03-22  Benjamin Poulain  <[email protected]>
 
         Detect when url filter pattern with groups match the empty string

Modified: trunk/Tools/gtk/install-dependencies (181842 => 181843)


--- trunk/Tools/gtk/install-dependencies	2015-03-23 02:47:14 UTC (rev 181842)
+++ trunk/Tools/gtk/install-dependencies	2015-03-23 03:41:21 UTC (rev 181843)
@@ -79,6 +79,7 @@
         libjpeg-dev \
         libmpg123-dev \
         libopus-dev \
+        liborc-0.4-dev \
         libpango1.0-dev \
         libpng12-dev \
         libpulse-dev \
@@ -223,7 +224,8 @@
         libxtst \
         ninja \
         ruby \
-        xorg-font-utils"
+        xorg-font-utils \
+        orc"
 
     # These are dependencies necessary for running tests.
     # Note: apache-mod_bw is available in the AUR, but the main repos
@@ -325,6 +327,7 @@
         perl-Switch \
         perl-version \
         python-devel \
+        orc-devel \
         ruby \
         sqlite-devel
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to