Title: [160984] trunk/Source/WebKit
Revision
160984
Author
[email protected]
Date
2013-12-22 20:40:05 -0800 (Sun, 22 Dec 2013)

Log Message

Small build fix for GTK+ with the CMake build

* CMakeLists.txt: Remove duplicate include directory and add missing directories
necessary for GTK+.

Modified Paths

Diff

Modified: trunk/Source/WebKit/CMakeLists.txt (160983 => 160984)


--- trunk/Source/WebKit/CMakeLists.txt	2013-12-23 00:45:25 UTC (rev 160983)
+++ trunk/Source/WebKit/CMakeLists.txt	2013-12-23 04:40:05 UTC (rev 160984)
@@ -3,6 +3,7 @@
     "${_javascript_CORE_DIR}/ForwardingHeaders"
     "${WEBKIT_DIR}"
     "${WEBCORE_DIR}"
+    "${WEBCORE_DIR}/ForwardingHeaders"
     "${WEBCORE_DIR}/Modules/geolocation"
     "${WEBCORE_DIR}/Modules/filesystem"
     "${WEBCORE_DIR}/Modules/mediastream"
@@ -60,7 +61,6 @@
     "${WEBCORE_DIR}/svg/properties"
     "${WEBCORE_DIR}/workers"
     "${_javascript_CORE_DIR}"
-    "${_javascript_CORE_DIR}/ForwardingHeaders"
     "${_javascript_CORE_DIR}/API"
     "${_javascript_CORE_DIR}/assembler"
     "${_javascript_CORE_DIR}/bytecode"
@@ -77,6 +77,7 @@
     "${_javascript_CORE_DIR}/runtime"
     "${WTF_DIR}"
     "${DERIVED_SOURCES_WEBCORE_DIR}"
+    "${DERIVED_SOURCES_DIR}/ForwardingHeaders"
     "${CMAKE_BINARY_DIR}"
 )
 

Modified: trunk/Source/WebKit/ChangeLog (160983 => 160984)


--- trunk/Source/WebKit/ChangeLog	2013-12-23 00:45:25 UTC (rev 160983)
+++ trunk/Source/WebKit/ChangeLog	2013-12-23 04:40:05 UTC (rev 160984)
@@ -1,3 +1,10 @@
+2013-12-22  Martin Robinson  <[email protected]>
+
+        Small build fix for GTK+ with the CMake build
+
+        * CMakeLists.txt: Remove duplicate include directory and add missing directories
+        necessary for GTK+.
+
 2013-12-20  Simon Fraser  <[email protected]>
 
         Try to fix the Windows build.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to