Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 53a54cd39755b3ea25db0a1064f102f920f16236
      
https://github.com/WebKit/WebKit/commit/53a54cd39755b3ea25db0a1064f102f920f16236
  Author: Don Olmstead <[email protected]>
  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


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to