Title: [221681] trunk/Source/WebKit
- Revision
- 221681
- Author
- [email protected]
- Date
- 2017-09-06 10:05:47 -0700 (Wed, 06 Sep 2017)
Log Message
[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: trunk/Source/WebKit/ChangeLog (221680 => 221681)
--- trunk/Source/WebKit/ChangeLog 2017-09-06 17:02:14 UTC (rev 221680)
+++ trunk/Source/WebKit/ChangeLog 2017-09-06 17:05:47 UTC (rev 221681)
@@ -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-06 Frédéric Wang <[email protected]>
Introduce ScrollingTreeScrollingNodeDelegateIOS to share code between overflow and frame scrolling
Modified: trunk/Source/WebKit/PlatformWPE.cmake (221680 => 221681)
--- trunk/Source/WebKit/PlatformWPE.cmake 2017-09-06 17:02:14 UTC (rev 221680)
+++ trunk/Source/WebKit/PlatformWPE.cmake 2017-09-06 17:05:47 UTC (rev 221681)
@@ -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