[webkit-changes] [WebKit/WebKit] 88080a: [CMake] Use imported targets in find module for li...

Adrian Perez noreply at github.com
Thu Apr 6 13:05:48 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 88080aaec7a40ef60d3d5ef52198fa942226c86b
      https://github.com/WebKit/WebKit/commit/88080aaec7a40ef60d3d5ef52198fa942226c86b
  Author: Adrian Perez de Castro <aperez at igalia.com>
  Date:   2023-04-06 (Thu, 06 Apr 2023)

  Changed paths:
    M Source/WebCore/PlatformGTK.cmake
    M Source/WebCore/PlatformWPE.cmake
    M Source/cmake/FindGBM.cmake

  Log Message:
  -----------
  [CMake] Use imported targets in find module for libgbm
https://bugs.webkit.org/show_bug.cgi?id=255104

Reviewed by Michael Catanzaro.

* Source/WebCore/PlatformGTK.cmake: Use the new GBM::GBM imported
  target, instead of variables.
* Source/WebCore/PlatformWPE.cmake: Ditto.
* Source/cmake/FindGBM.cmake: Rewrite to define the GBM::GBM target,
  in the same style as other modern CMake find modules.

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




More information about the webkit-changes mailing list