Title: [165494] trunk/Tools
Revision
165494
Author
[email protected]
Date
2014-03-12 12:25:32 -0700 (Wed, 12 Mar 2014)

Log Message

Unreviewed. Fix GTK+ cmake build after r165488.

* MiniBrowser/gtk/CMakeLists.txt: Add CMAKE_BINARY_DIR to include dirs.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (165493 => 165494)


--- trunk/Tools/ChangeLog	2014-03-12 18:55:53 UTC (rev 165493)
+++ trunk/Tools/ChangeLog	2014-03-12 19:25:32 UTC (rev 165494)
@@ -1,5 +1,11 @@
 2014-03-12  Carlos Garcia Campos  <[email protected]>
 
+        Unreviewed. Fix GTK+ cmake build after r165488.
+
+        * MiniBrowser/gtk/CMakeLists.txt: Add CMAKE_BINARY_DIR to include dirs.
+
+2014-03-12  Carlos Garcia Campos  <[email protected]>
+
         [GTK][CMAKE] Remove compile warnings about GTK+ deprecated API
         https://bugs.webkit.org/show_bug.cgi?id=130014
 

Modified: trunk/Tools/MiniBrowser/gtk/CMakeLists.txt (165493 => 165494)


--- trunk/Tools/MiniBrowser/gtk/CMakeLists.txt	2014-03-12 18:55:53 UTC (rev 165493)
+++ trunk/Tools/MiniBrowser/gtk/CMakeLists.txt	2014-03-12 19:25:32 UTC (rev 165494)
@@ -19,6 +19,7 @@
 )
 
 set(MiniBrowser_INCLUDE_DIRECTORIES
+    ${CMAKE_BINARY_DIR}
     ${DERIVED_SOURCES_MINIBROWSER_DIR}
     ${DERIVED_SOURCES_WEBKIT2GTK_DIR}
     ${FORWARDING_HEADERS_WEBKIT2GTK_DIR}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to