Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[WPE] Use GNU install directories
https://bugs.webkit.org/show_bug.cgi?id=184377 Reviewed by Carlos Garcia Campos. .: Notably, this means all the CMake arguments that distributors use to customize install directories (-DCMAKE_INSTALL_*DIR) will no longer be ignored. * Source/cmake/OptionsCommon.cmake: * Source/cmake/OptionsWPE.cmake: Source/WebKit: Merge ProcessExecutablePathGtk and ProcessExecutablePathWPE into ProcessExecutablePathGLib. WPE will now load its secondary processes from PKGLIBEXECDIR, like WebKitGTK+. * PlatformWPE.cmake: * Shared/glib/ProcessExecutablePathGLib.cpp: Renamed from Source/WebKit/Shared/gtk/ProcessExecutablePathGtk.cpp. (WebKit::getExecutablePath): (WebKit::findWebKitProcess): (WebKit::executablePathOfWebProcess): (WebKit::executablePathOfPluginProcess): (WebKit::executablePathOfNetworkProcess): (WebKit::executablePathOfStorageProcess): * Shared/wpe/ProcessExecutablePathWPE.cpp: Removed. * SourcesGTK.txt: * SourcesWPE.txt: Canonical link: https://commits.webkit.org/199968@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@230429 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
67 additions
and 96 deletions.
- +13 −0 ChangeLog
- +22 −0 Source/WebKit/ChangeLog
- +2 −1 Source/WebKit/PlatformGTK.cmake
- +1 −1 Source/WebKit/PlatformWPE.cmake
- +19 −5 Source/WebKit/Shared/{gtk/ProcessExecutablePathGtk.cpp → glib/ProcessExecutablePathGLib.cpp}
- +0 −85 Source/WebKit/Shared/wpe/ProcessExecutablePathWPE.cpp
- +1 −1 Source/WebKit/SourcesGTK.txt
- +1 −1 Source/WebKit/SourcesWPE.txt
- +2 −2 Source/cmake/OptionsCommon.cmake
- +6 −0 Source/cmake/OptionsWPE.cmake
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters