Title: [227089] trunk/Source/WebCore
Revision
227089
Author
[email protected]
Date
2018-01-17 15:16:28 -0800 (Wed, 17 Jan 2018)

Log Message

[GTK] Try even harder not to static link WTF into libwebkit2gtk
https://bugs.webkit.org/show_bug.cgi?id=181751

Reviewed by Alex Christensen.

We don't want two copies of WTF. It should only be in libjavascriptcoregtk.

* PlatformGTK.cmake:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (227088 => 227089)


--- trunk/Source/WebCore/ChangeLog	2018-01-17 22:49:34 UTC (rev 227088)
+++ trunk/Source/WebCore/ChangeLog	2018-01-17 23:16:28 UTC (rev 227089)
@@ -1,3 +1,14 @@
+2018-01-17  Michael Catanzaro  <[email protected]>
+
+        [GTK] Try even harder not to static link WTF into libwebkit2gtk
+        https://bugs.webkit.org/show_bug.cgi?id=181751
+
+        Reviewed by Alex Christensen.
+
+        We don't want two copies of WTF. It should only be in libjavascriptcoregtk.
+
+        * PlatformGTK.cmake:
+
 2018-01-17  Zalan Bujtas  <[email protected]>
 
         Multicol: RenderMultiColumnFlow should not inherit the flow state

Modified: trunk/Source/WebCore/PlatformGTK.cmake (227088 => 227089)


--- trunk/Source/WebCore/PlatformGTK.cmake	2018-01-17 22:49:34 UTC (rev 227088)
+++ trunk/Source/WebCore/PlatformGTK.cmake	2018-01-17 23:16:28 UTC (rev 227089)
@@ -113,11 +113,8 @@
     ${X11_Xrender_LIB}
     ${X11_Xt_LIB}
     ${ZLIB_LIBRARIES}
-    WTF
 )
 
-list(APPEND WebCoreTestSupport_LIBRARIES WTF)
-
 list(APPEND WebCore_SYSTEM_INCLUDE_DIRECTORIES
     ${ATK_INCLUDE_DIRS}
     ${CAIRO_INCLUDE_DIRS}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to