Title: [196859] trunk
Revision
196859
Author
[email protected]
Date
2016-02-20 08:30:29 -0800 (Sat, 20 Feb 2016)

Log Message

[cmake] Use ICU include dirs in WebKit2 and WebKitTestRunner
https://bugs.webkit.org/show_bug.cgi?id=154479

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

Source/WebKit2:

* CMakeLists.txt:

Tools:

* WebKitTestRunner/CMakeLists.txt:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/CMakeLists.txt (196858 => 196859)


--- trunk/Source/WebKit2/CMakeLists.txt	2016-02-20 11:01:15 UTC (rev 196858)
+++ trunk/Source/WebKit2/CMakeLists.txt	2016-02-20 16:30:29 UTC (rev 196859)
@@ -155,7 +155,9 @@
     "${CMAKE_SOURCE_DIR}/WebKitLibraries"
 )
 
-set(WebKit2_SYSTEM_INCLUDE_DIRECTORIES "")
+set(WebKit2_SYSTEM_INCLUDE_DIRECTORIES
+    ${ICU_INCLUDE_DIRS}
+)
 
 if (ENABLE_GRAPHICS_CONTEXT_3D)
     list(APPEND WebKit2_INCLUDE_DIRECTORIES

Modified: trunk/Source/WebKit2/ChangeLog (196858 => 196859)


--- trunk/Source/WebKit2/ChangeLog	2016-02-20 11:01:15 UTC (rev 196858)
+++ trunk/Source/WebKit2/ChangeLog	2016-02-20 16:30:29 UTC (rev 196859)
@@ -1,3 +1,12 @@
+2016-02-20  Olivier Blin  <[email protected]>
+
+        [cmake] Use ICU include dirs in WebKit2 and WebKitTestRunner
+        https://bugs.webkit.org/show_bug.cgi?id=154479
+
+        Reviewed by Michael Catanzaro.
+
+        * CMakeLists.txt:
+
 2016-02-19  Brian Burg  <[email protected]>
 
         WebAutomationSession should tell its delegate when its remote end disconnects

Modified: trunk/Tools/ChangeLog (196858 => 196859)


--- trunk/Tools/ChangeLog	2016-02-20 11:01:15 UTC (rev 196858)
+++ trunk/Tools/ChangeLog	2016-02-20 16:30:29 UTC (rev 196859)
@@ -1,3 +1,12 @@
+2016-02-20  Olivier Blin  <[email protected]>
+
+        [cmake] Use ICU include dirs in WebKit2 and WebKitTestRunner
+        https://bugs.webkit.org/show_bug.cgi?id=154479
+
+        Reviewed by Michael Catanzaro.
+
+        * WebKitTestRunner/CMakeLists.txt:
+
 2016-02-19  Konstantin Tokarev  <[email protected]>
 
         [GTK] Fixed link error when G_DEFINE_AUTOPTR_CLEANUP_FUNC is not defined.

Modified: trunk/Tools/WebKitTestRunner/CMakeLists.txt (196858 => 196859)


--- trunk/Tools/WebKitTestRunner/CMakeLists.txt	2016-02-20 11:01:15 UTC (rev 196858)
+++ trunk/Tools/WebKitTestRunner/CMakeLists.txt	2016-02-20 16:30:29 UTC (rev 196859)
@@ -63,6 +63,7 @@
 
 set(WebKitTestRunner_SYSTEM_INCLUDE_DIRECTORIES
     ${LIBSOUP_INCLUDE_DIRS}
+    ${ICU_INCLUDE_DIRS}
 )
 
 set(WebKitTestRunnerInjectedBundle_SOURCES
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to