Title: [199234] trunk/Source/WebKit
Revision
199234
Author
[email protected]
Date
2016-04-08 10:50:22 -0700 (Fri, 08 Apr 2016)

Log Message

[cmake] Use ICU include dirs in WebKit.
https://bugs.webkit.org/show_bug.cgi?id=156402

Patch by Konstantin Tokarev <[email protected]> on 2016-04-08
Reviewed by Brent Fulgham.

* CMakeLists.txt:

Modified Paths

Diff

Modified: trunk/Source/WebKit/CMakeLists.txt (199233 => 199234)


--- trunk/Source/WebKit/CMakeLists.txt	2016-04-08 17:22:19 UTC (rev 199233)
+++ trunk/Source/WebKit/CMakeLists.txt	2016-04-08 17:50:22 UTC (rev 199234)
@@ -28,7 +28,9 @@
     "${DERIVED_SOURCES_DIR}/ForwardingHeaders/WebKitLegacy"
 )
 
-set(WebKit_SYSTEM_INCLUDE_DIRECTORIES "")
+set(WebKit_SYSTEM_INCLUDE_DIRECTORIES
+    "${ICU_INCLUDE_DIRS}"
+)
 
 set(WebKit_LIBRARIES
     PRIVATE _javascript_Core${DEBUG_SUFFIX}

Modified: trunk/Source/WebKit/ChangeLog (199233 => 199234)


--- trunk/Source/WebKit/ChangeLog	2016-04-08 17:22:19 UTC (rev 199233)
+++ trunk/Source/WebKit/ChangeLog	2016-04-08 17:50:22 UTC (rev 199234)
@@ -1,3 +1,12 @@
+2016-04-08  Konstantin Tokarev  <[email protected]>
+
+        [cmake] Use ICU include dirs in WebKit.
+        https://bugs.webkit.org/show_bug.cgi?id=156402
+
+        Reviewed by Brent Fulgham.
+
+        * CMakeLists.txt:
+
 2016-04-07  Fujii Hironori  <[email protected]>
 
         [CMake][Win] Generating autoversion.h of WebKitGUID is triggered again and again
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to