Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 023b5f254e853a1f2e9bcf82ce7122abd6cab41d
      
https://github.com/WebKit/WebKit/commit/023b5f254e853a1f2e9bcf82ce7122abd6cab41d
  Author: Adrian Perez de Castro <[email protected]>
  Date:   2025-11-20 (Thu, 20 Nov 2025)

  Changed paths:
    M Source/WebCore/PlatformGTK.cmake
    R Source/cmake/FindLibsecret.cmake
    A Source/cmake/FindSecret.cmake
    M Source/cmake/OptionsGTK.cmake

  Log Message:
  -----------
  [CMake] Use an imported target for the libsecret find-module
https://bugs.webkit.org/show_bug.cgi?id=302846

Reviewed by Michael Catanzaro.

Rename the find-module for libsecret as FindSecret.cmake to follow a
more idiomatic naming convention, and update it to define an imported
target. Given that this is expected to be used in setups with a working
pkg-config installation, do not attempt falling back to manually finding
the library, headers, and version--as done for other such modules like
for example FindXkbCommon.cmake or FindGTK.cmake

* Source/WebCore/PlatformGTK.cmake:
* Source/cmake/FindSecret.cmake: Renamed from Source/cmake/FindLibsecret.cmake.
* Source/cmake/OptionsGTK.cmake:

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to