Title: [165437] trunk/Source
Revision
165437
Author
[email protected]
Date
2014-03-11 01:13:08 -0700 (Tue, 11 Mar 2014)

Log Message

[GTK][CMake] Add HARFBUZZ_INCLUDE_DIRS to WebKit and WebKit2
https://bugs.webkit.org/show_bug.cgi?id=130070

Reviewed by Martin Robinson.

Source/WebKit:

* PlatformGTK.cmake:

Source/WebKit2:

* PlatformGTK.cmake:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (165436 => 165437)


--- trunk/Source/WebKit/ChangeLog	2014-03-11 07:51:27 UTC (rev 165436)
+++ trunk/Source/WebKit/ChangeLog	2014-03-11 08:13:08 UTC (rev 165437)
@@ -1,3 +1,12 @@
+2014-03-11  Jae Hyun Park  <[email protected]>
+
+        [GTK][CMake] Add HARFBUZZ_INCLUDE_DIRS to WebKit and WebKit2
+        https://bugs.webkit.org/show_bug.cgi?id=130070
+
+        Reviewed by Martin Robinson.
+
+        * PlatformGTK.cmake:
+
 2014-03-10  Brent Fulgham  <[email protected]>
 
         [Win] Unreviewed build fix (64-bit).

Modified: trunk/Source/WebKit/PlatformGTK.cmake (165436 => 165437)


--- trunk/Source/WebKit/PlatformGTK.cmake	2014-03-11 07:51:27 UTC (rev 165436)
+++ trunk/Source/WebKit/PlatformGTK.cmake	2014-03-11 08:13:08 UTC (rev 165437)
@@ -32,6 +32,7 @@
     ${ENCHANT_INCLUDE_DIRS}
     ${GEOCLUE_INCLUDE_DIRS}
     ${GTK_INCLUDE_DIRS}
+    ${HARFBUZZ_INCLUDE_DIRS}
     ${LIBSOUP_INCLUDE_DIRS}
 )
 

Modified: trunk/Source/WebKit2/ChangeLog (165436 => 165437)


--- trunk/Source/WebKit2/ChangeLog	2014-03-11 07:51:27 UTC (rev 165436)
+++ trunk/Source/WebKit2/ChangeLog	2014-03-11 08:13:08 UTC (rev 165437)
@@ -1,3 +1,12 @@
+2014-03-11  Jae Hyun Park  <[email protected]>
+
+        [GTK][CMake] Add HARFBUZZ_INCLUDE_DIRS to WebKit and WebKit2
+        https://bugs.webkit.org/show_bug.cgi?id=130070
+
+        Reviewed by Martin Robinson.
+
+        * PlatformGTK.cmake:
+
 2014-03-10  Dan Bernstein  <[email protected]>
 
         [Cocoa] Expose WebPageProxy::close

Modified: trunk/Source/WebKit2/PlatformGTK.cmake (165436 => 165437)


--- trunk/Source/WebKit2/PlatformGTK.cmake	2014-03-11 07:51:27 UTC (rev 165436)
+++ trunk/Source/WebKit2/PlatformGTK.cmake	2014-03-11 08:13:08 UTC (rev 165437)
@@ -428,6 +428,7 @@
     ${CAIRO_INCLUDE_DIRS}
     ${ENCHANT_INCLUDE_DIRS}
     ${GEOCLUE_INCLUDE_DIRS}
+    ${HARFBUZZ_INCLUDE_DIRS}
     ${LIBSOUP_INCLUDE_DIRS}
 )
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to