From c2510c965be54ad39c4a8263b13b5a6166dc7b8f Mon Sep 17 00:00:00 2001 From: Adrian Perez de Castro Date: Mon, 16 Oct 2017 09:12:09 +0000 Subject: [PATCH] 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 --- Source/WebKit/ChangeLog | 11 +++++++++++ Source/WebKit/PlatformWPE.cmake | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog index 1b8681ca414e..830a59256bf0 100644 --- a/Source/WebKit/ChangeLog +++ b/Source/WebKit/ChangeLog @@ -1,3 +1,14 @@ +2017-09-06 Adrian Perez de Castro + + [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 [GTK] Rename PLUGIN_ARCHITECTURE(X11) as PLUGIN_ARCHITECTURE(UNIX) diff --git a/Source/WebKit/PlatformWPE.cmake b/Source/WebKit/PlatformWPE.cmake index 258648915fb4..c30729f3d555 100644 --- a/Source/WebKit/PlatformWPE.cmake +++ b/Source/WebKit/PlatformWPE.cmake @@ -279,7 +279,7 @@ list(APPEND WebKit2_DERIVED_SOURCES 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