Title: [160285] trunk/Tools
- Revision
- 160285
- Author
- [email protected]
- Date
- 2013-12-08 07:30:30 -0800 (Sun, 08 Dec 2013)
Log Message
[Gtk] install-dependencies doesn't install libgtk-3-dev
https://bugs.webkit.org/show_bug.cgi?id=125320
Patch by Brendan Long <[email protected]> on 2013-12-08
Reviewed by Gustavo Noronha Silva.
* gtk/install-dependencies: Add libgtk-3-dev, libsoup2.4 and subversion
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (160284 => 160285)
--- trunk/Tools/ChangeLog 2013-12-08 13:09:44 UTC (rev 160284)
+++ trunk/Tools/ChangeLog 2013-12-08 15:30:30 UTC (rev 160285)
@@ -1,3 +1,12 @@
+2013-12-08 Brendan Long <[email protected]>
+
+ [Gtk] install-dependencies doesn't install libgtk-3-dev
+ https://bugs.webkit.org/show_bug.cgi?id=125320
+
+ Reviewed by Gustavo Noronha Silva.
+
+ * gtk/install-dependencies: Add libgtk-3-dev, libsoup2.4 and subversion
+
2013-12-07 Sam Weinig <[email protected]>
[Cocoa] Convert a few more parts of MiniBrowser over to the Objective-C API
Modified: trunk/Tools/gtk/install-dependencies (160284 => 160285)
--- trunk/Tools/gtk/install-dependencies 2013-12-08 13:09:44 UTC (rev 160284)
+++ trunk/Tools/gtk/install-dependencies 2013-12-08 15:30:30 UTC (rev 160285)
@@ -55,6 +55,7 @@
libgl1-mesa-glx \
libgnutls-dev \
libgtk2.0-dev \
+ libgtk-3-dev \
libgudev-1.0-dev \
libicu-dev \
libjpeg8-dev \
@@ -65,6 +66,7 @@
libpulse-dev \
librsvg2-dev \
libsecret-1-dev \
+ libsoup2.4-dev \
libsqlite3-dev \
libtheora-dev \
libtool \
@@ -116,6 +118,10 @@
xfonts-utils \
xtrans-dev \
xutils-dev
+
+ # These are dependencies necessary for using webkit-patch
+ apt-get install \
+ subversion
}
function installDependenciesWithYum {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes