Title: [165299] trunk/Tools
Revision
165299
Author
[email protected]
Date
2014-03-07 16:33:55 -0800 (Fri, 07 Mar 2014)

Log Message

[GTK] Include CMake into install-dependencies script
https://bugs.webkit.org/show_bug.cgi?id=129909

Patch by Lorenzo Tilve <[email protected]> on 2014-03-07
Reviewed by Martin Robinson.

As since r165267 buid-webkit uses CMake by default, the dependency
with 'cmake' package should be introduced.

* gtk/install-dependencies: Ditto.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (165298 => 165299)


--- trunk/Tools/ChangeLog	2014-03-08 00:18:21 UTC (rev 165298)
+++ trunk/Tools/ChangeLog	2014-03-08 00:33:55 UTC (rev 165299)
@@ -1,3 +1,15 @@
+2014-03-07  Lorenzo Tilve  <[email protected]>
+
+        [GTK] Include CMake into install-dependencies script
+        https://bugs.webkit.org/show_bug.cgi?id=129909
+
+        Reviewed by Martin Robinson.
+
+        As since r165267 buid-webkit uses CMake by default, the dependency
+        with 'cmake' package should be introduced.
+
+        * gtk/install-dependencies: Ditto.
+
 2014-03-07  Martin Robinson  <[email protected]>
 
         REGRESSION(165267): Broke a webkitpy unit tests

Modified: trunk/Tools/gtk/install-dependencies (165298 => 165299)


--- trunk/Tools/gtk/install-dependencies	2014-03-08 00:18:21 UTC (rev 165298)
+++ trunk/Tools/gtk/install-dependencies	2014-03-08 00:33:55 UTC (rev 165299)
@@ -40,6 +40,7 @@
         autopoint \
         autotools-dev \
         bison \
+        cmake \
         flex \
         gawk \
         gnome-common \
@@ -133,6 +134,7 @@
         automake \
         bison \
         cairo-devel \
+        cmake \
         enchant-devel \
         flex \
         fontconfig-devel \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to