Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 04932911e423bbcaa5d9e067f0c9964d073bb16d
https://github.com/WebKit/WebKit/commit/04932911e423bbcaa5d9e067f0c9964d073bb16d
Author: Adrian Perez de Castro <[email protected]>
Date: 2026-01-24 (Sat, 24 Jan 2026)
Changed paths:
M Source/cmake/FindATSPI.cmake
M Tools/TestWebKitAPI/glib/PlatformGTK.cmake
Log Message:
-----------
[CMake] Change FindATSPI.cmake to use an imported target
https://bugs.webkit.org/show_bug.cgi?id=306097
Reviewed by Carlos Alberto Lopez Perez.
Change the FindATSPI.cmake module to define an ATSPI::ATSPI imported
target, and make use of it. Provided this is used only by the GTK port
and therefore pkg-config is assumed to be available, use the simpler
approach that requests an imported target from pkg_check_modules() and
chain into it.
* Source/cmake/FindATSPI.cmake:
* Tools/TestWebKitAPI/glib/PlatformGTK.cmake:
Canonical link: https://commits.webkit.org/306144@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications