Title: [174001] trunk/Tools
Revision
174001
Author
[email protected]
Date
2014-09-26 01:20:46 -0700 (Fri, 26 Sep 2014)

Log Message

[EFL] Bump up dependencies not to conflict with the GTK port.
https://bugs.webkit.org/show_bug.cgi?id=137143

Patch by Akos Kiss <[email protected]> on 2014-09-26
Reviewed by Gyuyoung Kim.

Tools/efl/install-dependencies and Tools/gtk/install-dependencies keep
installing and removing different versions of libgnutls-dev, thus
hindering the development for both ports on the same machine. GTK is
using the newer version of the package, now bumping up EFL to use the
same.

* efl/install-dependencies:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (174000 => 174001)


--- trunk/Tools/ChangeLog	2014-09-26 08:17:49 UTC (rev 174000)
+++ trunk/Tools/ChangeLog	2014-09-26 08:20:46 UTC (rev 174001)
@@ -1,3 +1,18 @@
+2014-09-26  Akos Kiss  <[email protected]>
+
+        [EFL] Bump up dependencies not to conflict with the GTK port.
+        https://bugs.webkit.org/show_bug.cgi?id=137143
+
+        Reviewed by Gyuyoung Kim.
+
+        Tools/efl/install-dependencies and Tools/gtk/install-dependencies keep
+        installing and removing different versions of libgnutls-dev, thus
+        hindering the development for both ports on the same machine. GTK is
+        using the newer version of the package, now bumping up EFL to use the 
+        same.
+
+        * efl/install-dependencies:
+
 2014-09-25  Rohit Kumar  <[email protected]>
 
         [EFL][WK2] Minibrowser : Fix the 'Escape' button issue to exit fullscreen

Modified: trunk/Tools/efl/install-dependencies (174000 => 174001)


--- trunk/Tools/efl/install-dependencies	2014-09-26 08:17:49 UTC (rev 174000)
+++ trunk/Tools/efl/install-dependencies	2014-09-26 08:20:46 UTC (rev 174001)
@@ -46,7 +46,7 @@
         libgeoclue-dev \
         libgif-dev \
         libgl1-mesa-dev \
-        libgnutls-dev \
+        libgnutls28-dev \
         libgpg-error-dev \
         libicu-dev \
         libjpeg-dev \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to