Title: [161368] trunk/Source
Revision
161368
Author
[email protected]
Date
2014-01-06 13:31:06 -0800 (Mon, 06 Jan 2014)

Log Message

Small build fix for the GTK+ CMake port

Source/WebKit:

* PlatformGTK.cmake: Include a missing GeoClue include directory.

Source/WebKit2:

* PlatformGTK.cmake: Include a missing GeoClue include directory.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (161367 => 161368)


--- trunk/Source/WebKit/ChangeLog	2014-01-06 21:30:27 UTC (rev 161367)
+++ trunk/Source/WebKit/ChangeLog	2014-01-06 21:31:06 UTC (rev 161368)
@@ -1,5 +1,11 @@
 2014-01-06  Martin Robinson  <[email protected]>
 
+        Small build fix for the GTK+ CMake port
+
+        * PlatformGTK.cmake: Include a missing GeoClue include directory.
+
+2014-01-06  Martin Robinson  <[email protected]>
+
         [CMake] [GTK] Fix the build for the WebKitGTK+ developer configuration
         https://bugs.webkit.org/show_bug.cgi?id=126505
 

Modified: trunk/Source/WebKit/PlatformGTK.cmake (161367 => 161368)


--- trunk/Source/WebKit/PlatformGTK.cmake	2014-01-06 21:30:27 UTC (rev 161367)
+++ trunk/Source/WebKit/PlatformGTK.cmake	2014-01-06 21:31:06 UTC (rev 161368)
@@ -30,6 +30,7 @@
     ${WEBKIT_DIR}/gtk/webkit
     ${WEBKIT_DIR}/gtk/WebCoreSupport
     ${ENCHANT_INCLUDE_DIRS}
+    ${GEOCLUE_INCLUDE_DIRS}
     ${GTK3_INCLUDE_DIRS}
     ${LIBSOUP_INCLUDE_DIRS}
 )

Modified: trunk/Source/WebKit2/ChangeLog (161367 => 161368)


--- trunk/Source/WebKit2/ChangeLog	2014-01-06 21:30:27 UTC (rev 161367)
+++ trunk/Source/WebKit2/ChangeLog	2014-01-06 21:31:06 UTC (rev 161368)
@@ -1,3 +1,9 @@
+2014-01-06  Martin Robinson  <[email protected]>
+
+        Small build fix for the GTK+ CMake port
+
+        * PlatformGTK.cmake: Include a missing GeoClue include directory.
+
 2014-01-06  Simon Fraser  <[email protected]>
 
         Rename DrawingArea::supportsThreadedScrolling() to supportsAsyncScrolling()

Modified: trunk/Source/WebKit2/PlatformGTK.cmake (161367 => 161368)


--- trunk/Source/WebKit2/PlatformGTK.cmake	2014-01-06 21:30:27 UTC (rev 161367)
+++ trunk/Source/WebKit2/PlatformGTK.cmake	2014-01-06 21:31:06 UTC (rev 161368)
@@ -406,6 +406,7 @@
     ${WTF_DIR}
     ${CAIRO_INCLUDE_DIRS}
     ${ENCHANT_INCLUDE_DIRS}
+    ${GEOCLUE_INCLUDE_DIRS}
     ${LIBSOUP_INCLUDE_DIRS}
 )
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to