Title: [150583] trunk/Source/WebKit2
Revision
150583
Author
[email protected]
Date
2013-05-23 06:17:52 -0700 (Thu, 23 May 2013)

Log Message

[cmake] Fix generating-forwarding-headers rule after r150460
https://bugs.webkit.org/show_bug.cgi?id=116659

Reviewed by Christophe Dumez.

* CMakeLists.txt: Typo fix.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/CMakeLists.txt (150582 => 150583)


--- trunk/Source/WebKit2/CMakeLists.txt	2013-05-23 12:45:59 UTC (rev 150582)
+++ trunk/Source/WebKit2/CMakeLists.txt	2013-05-23 13:17:52 UTC (rev 150583)
@@ -631,7 +631,7 @@
 add_library(WebKit2 ${WebKit2_LIBRARY_TYPE} ${WebKit2_SOURCES})
 
 add_dependencies(WebKit2 WebCore)
-add_dependencies(WebKit2 WEBKIT2_EXTRA_DEPENDENCIES)
+add_dependencies(WebKit2 ${WEBKIT2_EXTRA_DEPENDENCIES})
 target_link_libraries(WebKit2 ${WebKit2_LIBRARIES})
 set_target_properties(WebKit2 PROPERTIES FOLDER "WebKit")
 set_target_properties(WebKit2 PROPERTIES LINK_INTERFACE_LIBRARIES "")

Modified: trunk/Source/WebKit2/ChangeLog (150582 => 150583)


--- trunk/Source/WebKit2/ChangeLog	2013-05-23 12:45:59 UTC (rev 150582)
+++ trunk/Source/WebKit2/ChangeLog	2013-05-23 13:17:52 UTC (rev 150583)
@@ -1,3 +1,12 @@
+2013-05-23  Csaba Osztrogonác  <[email protected]>
+
+        [cmake] Fix generating-forwarding-headers rule after r150460
+        https://bugs.webkit.org/show_bug.cgi?id=116659
+
+        Reviewed by Christophe Dumez.
+
+        * CMakeLists.txt: Typo fix.
+
 2013-05-23  Anton Obzhirov  <[email protected]>
 
         [GTK] Remote Web Inspector sometimes won't serve any content
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to