[webkit-changes] [WebKit/WebKit] 53a54c: [CMake] Turn off pkg-config on PlayStation
Don Olmstead
noreply at github.com
Thu Aug 31 14:08:35 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 53a54cd39755b3ea25db0a1064f102f920f16236
https://github.com/WebKit/WebKit/commit/53a54cd39755b3ea25db0a1064f102f920f16236
Author: Don Olmstead <don.olmstead at sony.com>
Date: 2023-08-31 (Thu, 31 Aug 2023)
Changed paths:
M Source/cmake/OptionsPlayStation.cmake
Log Message:
-----------
[CMake] Turn off pkg-config on PlayStation
https://bugs.webkit.org/show_bug.cgi?id=260983
Reviewed by Michael Catanzaro.
The CMake find modules use pkg-config to get hints for a library's
location. With a Windows host it can pick up .pc files in the perl
install accidentally. PlayStation isn't using .pc files so just turn it
completely off.
Prevent the find module from running and override `pkg_check_modules`
so it doesn't return anything.
* Source/cmake/OptionsPlayStation.cmake:
Canonical link: https://commits.webkit.org/267519@main
More information about the webkit-changes
mailing list