Title: [198098] trunk/Source/WebKit2
- Revision
- 198098
- Author
- [email protected]
- Date
- 2016-03-14 01:37:50 -0700 (Mon, 14 Mar 2016)
Log Message
Install WebKit2 WebProcess NetworkProcess on OSX when not building the Mac PORT
https://bugs.webkit.org/show_bug.cgi?id=152651
Patch by Jeremy Huddleston Sequoia <[email protected]> on 2016-03-14
Reviewed by Philippe Normand.
* CMakeLists.txt:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/CMakeLists.txt (198097 => 198098)
--- trunk/Source/WebKit2/CMakeLists.txt 2016-03-14 07:34:38 UTC (rev 198097)
+++ trunk/Source/WebKit2/CMakeLists.txt 2016-03-14 08:37:50 UTC (rev 198098)
@@ -853,7 +853,7 @@
POPULATE_LIBRARY_VERSION(WEBKIT2)
set_target_properties(WebKit2 PROPERTIES VERSION ${WEBKIT2_VERSION} SOVERSION ${WEBKIT2_VERSION_MAJOR})
-if (NOT APPLE)
+if (NOT PORT STREQUAL "Mac")
install(TARGETS WebKit2 WebProcess NetworkProcess
LIBRARY DESTINATION "${LIB_INSTALL_DIR}"
RUNTIME DESTINATION "${LIBEXEC_INSTALL_DIR}"
Modified: trunk/Source/WebKit2/ChangeLog (198097 => 198098)
--- trunk/Source/WebKit2/ChangeLog 2016-03-14 07:34:38 UTC (rev 198097)
+++ trunk/Source/WebKit2/ChangeLog 2016-03-14 08:37:50 UTC (rev 198098)
@@ -1,3 +1,12 @@
+2016-03-14 Jeremy Huddleston Sequoia <[email protected]>
+
+ Install WebKit2 WebProcess NetworkProcess on OSX when not building the Mac PORT
+ https://bugs.webkit.org/show_bug.cgi?id=152651
+
+ Reviewed by Philippe Normand.
+
+ * CMakeLists.txt:
+
2016-03-13 Joseph Pecoraro <[email protected]>
Remove ENABLE(ES6_TEMPLATE_LITERAL_SYNTAX) guards
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes