Title: [219911] trunk
Revision
219911
Author
[email protected]
Date
2017-07-26 01:31:17 -0700 (Wed, 26 Jul 2017)

Log Message

Unreviewed. Fix WebKit2 derived sources directory creation after r219488.

The variable is still DERIVED_SOURCES_WEBKIT2_DIR, not DERIVED_SOURCES_WEBKIT_DIR. Build was not really affected
because WebKit2 makefile creates the directory too.

* Source/cmake/WebKitFS.cmake:

Modified Paths

Diff

Modified: trunk/ChangeLog (219910 => 219911)


--- trunk/ChangeLog	2017-07-26 08:26:08 UTC (rev 219910)
+++ trunk/ChangeLog	2017-07-26 08:31:17 UTC (rev 219911)
@@ -1,5 +1,14 @@
 2017-07-26  Carlos Garcia Campos  <[email protected]>
 
+        Unreviewed. Fix WebKit2 derived sources directory creation after r219488.
+
+        The variable is still DERIVED_SOURCES_WEBKIT2_DIR, not DERIVED_SOURCES_WEBKIT_DIR. Build was not really affected
+        because WebKit2 makefile creates the directory too.
+
+        * Source/cmake/WebKitFS.cmake:
+
+2017-07-26  Carlos Garcia Campos  <[email protected]>
+
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.17.5 release.
 
         * Source/cmake/OptionsGTK.cmake: Bump version numbers.

Modified: trunk/Source/cmake/WebKitFS.cmake (219910 => 219911)


--- trunk/Source/cmake/WebKitFS.cmake	2017-07-26 08:26:08 UTC (rev 219910)
+++ trunk/Source/cmake/WebKitFS.cmake	2017-07-26 08:31:17 UTC (rev 219911)
@@ -53,7 +53,7 @@
 endif ()
 
 if (ENABLE_WEBKIT)
-    file(MAKE_DIRECTORY ${DERIVED_SOURCES_WEBKIT_DIR})
+    file(MAKE_DIRECTORY ${DERIVED_SOURCES_WEBKIT2_DIR})
 endif ()
 
 if (ENABLE_WEBKIT_LEGACY)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to