We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf25976 + 5e41e7c commit b2e83b5Copy full SHA for b2e83b5
Formula/g/gtk+.rb
@@ -27,6 +27,10 @@ class Gtkx < Formula
27
end
28
29
depends_on "gobject-introspection" => :build
30
+ # error: 'CGWindowListCreateImage' is unavailable: obsoleted in macOS 15.0 - Please use ScreenCaptureKit instead
31
+ # NOTE: We could potentially use an older deployment target; however, `gtk+` has been EOL since 2020.
32
+ # So rather than trying to workaround obsolete APIs, the limit is a deadline to deprecate `gtk+` and dependents.
33
+ depends_on maximum_macos: [:sonoma, :build]
34
depends_on "pkg-config" => [:build, :test]
35
depends_on "at-spi2-core"
36
depends_on "cairo"
0 commit comments