Title: [222737] trunk
Revision
222737
Author
[email protected]
Date
2017-10-02 13:00:03 -0700 (Mon, 02 Oct 2017)

Log Message

[WPE] Remove GnuTLS dependency
https://bugs.webkit.org/show_bug.cgi?id=177750

Patch by Olivier Blin <[email protected]> on 2017-10-02
Reviewed by Michael Catanzaro.

libgcrypt is used by default instead of GnuTLS.
See bug 163125

.:

* Source/cmake/OptionsWPE.cmake:

Source/WebCore:

* PlatformWPE.cmake:

Modified Paths

Diff

Modified: trunk/ChangeLog (222736 => 222737)


--- trunk/ChangeLog	2017-10-02 19:49:55 UTC (rev 222736)
+++ trunk/ChangeLog	2017-10-02 20:00:03 UTC (rev 222737)
@@ -1,5 +1,17 @@
 2017-10-02  Olivier Blin  <[email protected]>
 
+        [WPE] Remove GnuTLS dependency
+        https://bugs.webkit.org/show_bug.cgi?id=177750
+
+        Reviewed by Michael Catanzaro.
+
+        libgcrypt is used by default instead of GnuTLS.
+        See bug 163125
+
+        * Source/cmake/OptionsWPE.cmake:
+
+2017-10-02  Olivier Blin  <[email protected]>
+
         [WPE] Do not require XSLT if disabled
         https://bugs.webkit.org/show_bug.cgi?id=177752
 

Modified: trunk/Source/WebCore/ChangeLog (222736 => 222737)


--- trunk/Source/WebCore/ChangeLog	2017-10-02 19:49:55 UTC (rev 222736)
+++ trunk/Source/WebCore/ChangeLog	2017-10-02 20:00:03 UTC (rev 222737)
@@ -1,3 +1,15 @@
+2017-10-02  Olivier Blin  <[email protected]>
+
+        [WPE] Remove GnuTLS dependency
+        https://bugs.webkit.org/show_bug.cgi?id=177750
+
+        Reviewed by Michael Catanzaro.
+
+        libgcrypt is used by default instead of GnuTLS.
+        See bug 163125
+
+        * PlatformWPE.cmake:
+
 2017-10-02  Zalan Bujtas  <[email protected]>
 
         Addressing post-review comments after r222621

Modified: trunk/Source/WebCore/PlatformWPE.cmake (222736 => 222737)


--- trunk/Source/WebCore/PlatformWPE.cmake	2017-10-02 19:49:55 UTC (rev 222736)
+++ trunk/Source/WebCore/PlatformWPE.cmake	2017-10-02 20:00:03 UTC (rev 222737)
@@ -170,7 +170,6 @@
     ${GLIB_GMODULE_LIBRARIES}
     ${GLIB_GOBJECT_LIBRARIES}
     ${GLIB_LIBRARIES}
-    ${GNUTLS_LIBRARIES}
     ${ICU_LIBRARIES}
     ${LIBSOUP_LIBRARIES}
     ${LIBTASN1_LIBRARIES}
@@ -181,7 +180,6 @@
     ${CAIRO_INCLUDE_DIRS}
     ${GIO_UNIX_INCLUDE_DIRS}
     ${GLIB_INCLUDE_DIRS}
-    ${GNUTLS_INCLUDE_DIRS}
     ${ICU_INCLUDE_DIRS}
     ${LIBSOUP_INCLUDE_DIRS}
     ${LIBTASN1_INCLUDE_DIRS}

Modified: trunk/Source/cmake/OptionsWPE.cmake (222736 => 222737)


--- trunk/Source/cmake/OptionsWPE.cmake	2017-10-02 19:49:55 UTC (rev 222736)
+++ trunk/Source/cmake/OptionsWPE.cmake	2017-10-02 20:00:03 UTC (rev 222737)
@@ -58,7 +58,6 @@
 find_package(Threads REQUIRED)
 find_package(ZLIB REQUIRED)
 find_package(GLIB 2.40.0 REQUIRED COMPONENTS gio gio-unix gobject gthread gmodule)
-find_package(GnuTLS 3.0.0 REQUIRED)
 
 find_package(Cairo 1.10.2 REQUIRED)
 find_package(Fontconfig 2.8.0 REQUIRED)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to