Skip to content

Commit

Permalink
Merge r221681 - [WPE][CMake] Fix path to the WebKitApplicationInfo.h …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
aperezdc authored and carlosgcampos committed Oct 16, 2017
1 parent 7e8e142 commit c2510c9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Source/WebKit/ChangeLog
@@ -1,3 +1,14 @@
2017-09-06 Adrian Perez de Castro <aperez@igalia.com>

[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 <cgarcia@igalia.com>

[GTK] Rename PLUGIN_ARCHITECTURE(X11) as PLUGIN_ARCHITECTURE(UNIX)
Expand Down
2 changes: 1 addition & 1 deletion Source/WebKit/PlatformWPE.cmake
Expand Up @@ -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
Expand Down

0 comments on commit c2510c9

Please sign in to comment.