Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d4a73c228f7a58b4cc309524d1739447454a3511
      
https://github.com/WebKit/WebKit/commit/d4a73c228f7a58b4cc309524d1739447454a3511
  Author: Adrian Taylor <[email protected]>
  Date:   2026-05-18 (Mon, 18 May 2026)

  Changed paths:
    M Source/WebKit/CMakeLists.txt
    M Source/cmake/WebKitMacros.cmake

  Log Message:
  -----------
  [Swift GTK] Add dependency edge on log definitions
https://bugs.webkit.org/show_bug.cgi?id=315044

Reviewed by Geoffrey Garen.

Generating the WebKit Swift bindings requires us to depend upon the generated
log definitions file. Add a manual edge because that header is generated code.

This is probably not the perfect fix because:
- somewhere, a dependency file should be indicating all the headers on which we
  depend, so this should ideally be automated;
- this edge is put in place for all Swift header emit steps not only WebKit;
- this edge also needs to apply for the Swift compilation phases not just
  header emission.

In due course this will need to be replaced with a better fix, but it's an
interim step forward in WebKit cmake build reliability.

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



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

Reply via email to