Title: [202523] trunk/Tools
Revision
202523
Author
[email protected]
Date
2016-06-27 17:26:31 -0700 (Mon, 27 Jun 2016)

Log Message

[EFL] Support to build on Debian linux
https://bugs.webkit.org/show_bug.cgi?id=159123

Reviewed by Antonio Gomes.

* efl/install-dependencies: Install libgnutls28-dev.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (202522 => 202523)


--- trunk/Tools/ChangeLog	2016-06-28 00:23:09 UTC (rev 202522)
+++ trunk/Tools/ChangeLog	2016-06-28 00:26:31 UTC (rev 202523)
@@ -1,3 +1,12 @@
+2016-06-27  Gyuyoung Kim  <[email protected]>
+
+        [EFL] Support to build on Debian linux
+        https://bugs.webkit.org/show_bug.cgi?id=159123
+
+        Reviewed by Antonio Gomes.
+
+        * efl/install-dependencies: Install libgnutls28-dev.
+
 2016-06-27  Alex Christensen  <[email protected]>
 
         Send canAuthenticateAgainstProtectionSpace calls from NetworkProcess directly to UIProcess

Modified: trunk/Tools/efl/install-dependencies (202522 => 202523)


--- trunk/Tools/efl/install-dependencies	2016-06-28 00:23:09 UTC (rev 202522)
+++ trunk/Tools/efl/install-dependencies	2016-06-28 00:26:31 UTC (rev 202523)
@@ -70,7 +70,7 @@
         libgeoclue-dev \
         libgif-dev \
         libgl1-mesa-dev \
-        libgnutls-dev \
+        libgnutls28-dev \
         libgpg-error-dev \
         libhyphen-dev \
         libicu-dev \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to