[webkit-changes] [WebKit/WebKit] 29ca35: [CMake] Quiet pkgconfig output

Don Olmstead noreply at github.com
Thu Mar 23 17:09:56 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 29ca353e20c0e538df062040dc86dc3b35c4f6a1
      https://github.com/WebKit/WebKit/commit/29ca353e20c0e538df062040dc86dc3b35c4f6a1
  Author: Don Olmstead <don.olmstead at sony.com>
  Date:   2023-03-23 (Thu, 23 Mar 2023)

  Changed paths:
    M Source/cmake/FindATK.cmake
    M Source/cmake/FindAVIF.cmake
    M Source/cmake/FindBreakpad.cmake
    M Source/cmake/FindBrotli.cmake
    M Source/cmake/FindEGL.cmake
    M Source/cmake/FindLibtasn1.cmake
    M Source/cmake/FindManette.cmake
    M Source/cmake/FindOpenGLES2.cmake
    M Source/cmake/FindOpenXR.cmake
    M Source/cmake/FindThunder.cmake
    M Source/cmake/FindWOFF2.cmake

  Log Message:
  -----------
  [CMake] Quiet pkgconfig output
https://bugs.webkit.org/show_bug.cgi?id=254365

Reviewed by Michael Catanzaro.

When using `find_package` for pkgconfig use `QUIET` output. When using
`pkg_check_modules` use `QUIET` output.

Canonical link: https://commits.webkit.org/262048@main




More information about the webkit-changes mailing list