Title: [209700] trunk
Revision
209700
Author
[email protected]
Date
2016-12-11 23:13:26 -0800 (Sun, 11 Dec 2016)

Log Message

Unreviewed attempt to fix EFL and Mac/cmake builds after r209665.
https://bugs.webkit.org/show_bug.cgi?id=165686

Source/WebKit2:

* PlatformEfl.cmake: WebKit2 should precede other target so that right
config.h comes first in include path.

Tools:

* DumpRenderTree/CMakeLists.txt: WebKit2 should precede other target
so that right config.h comes first in include path.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (209699 => 209700)


--- trunk/Source/WebKit2/ChangeLog	2016-12-12 06:39:39 UTC (rev 209699)
+++ trunk/Source/WebKit2/ChangeLog	2016-12-12 07:13:26 UTC (rev 209700)
@@ -1,3 +1,11 @@
+2016-12-11  Konstantin Tokarev  <[email protected]>
+
+        Unreviewed attempt to fix EFL and Mac/cmake builds after r209665.
+        https://bugs.webkit.org/show_bug.cgi?id=165686
+
+        * PlatformEfl.cmake: WebKit2 should precede other target so that right
+        config.h comes first in include path.
+
 2016-12-11  Tim Horton  <[email protected]>
 
         Quarter-second stalls scrolling images that are links because of sync getPositionInformation

Modified: trunk/Source/WebKit2/PlatformEfl.cmake (209699 => 209700)


--- trunk/Source/WebKit2/PlatformEfl.cmake	2016-12-12 06:39:39 UTC (rev 209699)
+++ trunk/Source/WebKit2/PlatformEfl.cmake	2016-12-12 07:13:26 UTC (rev 209700)
@@ -455,10 +455,10 @@
     ${GLIB_GTHREAD_LIBRARIES}
     ${GLIB_LIBRARIES}
     ${LIBSOUP_LIBRARIES}
+    WebKit2
     _javascript_Core
     WTF
     WebCore
-    WebKit2
     gtest
 )
 

Modified: trunk/Tools/ChangeLog (209699 => 209700)


--- trunk/Tools/ChangeLog	2016-12-12 06:39:39 UTC (rev 209699)
+++ trunk/Tools/ChangeLog	2016-12-12 07:13:26 UTC (rev 209700)
@@ -1,3 +1,11 @@
+2016-12-11  Konstantin Tokarev  <[email protected]>
+
+        Unreviewed attempt to fix EFL and Mac/cmake builds after r209665.
+        https://bugs.webkit.org/show_bug.cgi?id=165686
+
+        * DumpRenderTree/CMakeLists.txt: WebKit2 should precede other target
+        so that right config.h comes first in include path.
+
 2016-12-11  Dave Hyatt  <[email protected]>
 
         [CSS Parser] Make sure content extensions initialize AtomicString

Modified: trunk/Tools/DumpRenderTree/CMakeLists.txt (209699 => 209700)


--- trunk/Tools/DumpRenderTree/CMakeLists.txt	2016-12-12 06:39:39 UTC (rev 209699)
+++ trunk/Tools/DumpRenderTree/CMakeLists.txt	2016-12-12 07:13:26 UTC (rev 209700)
@@ -21,8 +21,8 @@
 )
 
 set(DumpRenderTree_LIBRARIES
+    WebCoreTestSupport
     _javascript_Core
-    WebCoreTestSupport
 )
 
 set(DumpRenderTree_INCLUDE_DIRECTORIES
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to