Title: [161189] trunk/Source/WebKit2
Revision
161189
Author
[email protected]
Date
2014-01-01 07:41:43 -0800 (Wed, 01 Jan 2014)

Log Message

[GTK] [CMake] Fix the WEBKIT_SRC_DIR define when building the WebKit2 GObject API unit tests
https://bugs.webkit.org/show_bug.cgi?id=126350

Reviewed by Carlos Garcia Campos.

* UIProcess/API/gtk/tests/CMakeLists.txt: Fix the define.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (161188 => 161189)


--- trunk/Source/WebKit2/ChangeLog	2014-01-01 15:35:00 UTC (rev 161188)
+++ trunk/Source/WebKit2/ChangeLog	2014-01-01 15:41:43 UTC (rev 161189)
@@ -1,5 +1,14 @@
 2014-01-01  Martin Robinson  <[email protected]>
 
+        [GTK] [CMake] Fix the WEBKIT_SRC_DIR define when building the WebKit2 GObject API unit tests
+        https://bugs.webkit.org/show_bug.cgi?id=126350
+
+        Reviewed by Carlos Garcia Campos.
+
+        * UIProcess/API/gtk/tests/CMakeLists.txt: Fix the define.
+
+2014-01-01  Martin Robinson  <[email protected]>
+
         [GTK] Rename libtestnetscapeplugin to libTestNetscapePlugin
         https://bugs.webkit.org/show_bug.cgi?id=126349
 

Modified: trunk/Source/WebKit2/UIProcess/API/gtk/tests/CMakeLists.txt (161188 => 161189)


--- trunk/Source/WebKit2/UIProcess/API/gtk/tests/CMakeLists.txt	2014-01-01 15:35:00 UTC (rev 161188)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/tests/CMakeLists.txt	2014-01-01 15:41:43 UTC (rev 161189)
@@ -5,7 +5,7 @@
 add_definitions(
     -DWEBKIT_TEST_PLUGIN_DIR="${CMAKE_LIBRARY_OUTPUT_DIRECTORY}"
     -DWEBKIT_EXEC_PATH="${CMAKE_RUNTIME_OUTPUT_DIRECTORY}"
-    -DWEBKIT_SRC_DIR="${CMAKE_SRC_DIR}"
+    -DWEBKIT_SRC_DIR="${CMAKE_SOURCE_DIR}"
     -DWEBKIT_TEST_WEB_EXTENSIONS_DIR="${TEST_LIBRARY_DIR}"
     -DWEBKIT_INJECTED_BUNDLE_PATH="${CMAKE_LIBRARY_OUTPUT_DIRECTORY}"
 )
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to