Title: [223347] releases/WebKitGTK/webkit-2.18/Source/WebKit
- Revision
- 223347
- Author
- [email protected]
- Date
- 2017-10-16 02:12:09 -0700 (Mon, 16 Oct 2017)
Log Message
Merge r221681 - [WPE][CMake] Fix path to the WebKitApplicationInfo.h header.
Unreviewed build fix.
This doesn't really make a difference for the build bots, but it makes
it possible to craft working release tarballs of WPE.
* PlatformWPE.cmake: Use the WPE version of WebKitApplicationInfo.h
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.18/Source/WebKit/ChangeLog (223346 => 223347)
--- releases/WebKitGTK/webkit-2.18/Source/WebKit/ChangeLog 2017-10-16 09:11:32 UTC (rev 223346)
+++ releases/WebKitGTK/webkit-2.18/Source/WebKit/ChangeLog 2017-10-16 09:12:09 UTC (rev 223347)
@@ -1,3 +1,14 @@
+2017-09-06 Adrian Perez de Castro <[email protected]>
+
+ [WPE][CMake] Fix path to the WebKitApplicationInfo.h header.
+
+ Unreviewed build fix.
+
+ This doesn't really make a difference for the build bots, but it makes
+ it possible to craft working release tarballs of WPE.
+
+ * PlatformWPE.cmake: Use the WPE version of WebKitApplicationInfo.h
+
2017-09-05 Carlos Garcia Campos <[email protected]>
[GTK] Rename PLUGIN_ARCHITECTURE(X11) as PLUGIN_ARCHITECTURE(UNIX)
Modified: releases/WebKitGTK/webkit-2.18/Source/WebKit/PlatformWPE.cmake (223346 => 223347)
--- releases/WebKitGTK/webkit-2.18/Source/WebKit/PlatformWPE.cmake 2017-10-16 09:11:32 UTC (rev 223346)
+++ releases/WebKitGTK/webkit-2.18/Source/WebKit/PlatformWPE.cmake 2017-10-16 09:12:09 UTC (rev 223347)
@@ -279,7 +279,7 @@
set(WPE_API_INSTALLED_HEADERS
${DERIVED_SOURCES_WPE_API_DIR}/WebKitEnumTypes.h
- ${WEBKIT2_DIR}/UIProcess/API/gtk/WebKitApplicationInfo.h
+ ${WEBKIT2_DIR}/UIProcess/API/wpe/WebKitApplicationInfo.h
${WEBKIT2_DIR}/UIProcess/API/wpe/WebKitAuthenticationRequest.h
${WEBKIT2_DIR}/UIProcess/API/wpe/WebKitAutomationSession.h
${WEBKIT2_DIR}/UIProcess/API/wpe/WebKitBackForwardList.h
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes