Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/lib/libxcb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ class Libxcb < Formula
end

depends_on "pkgconf" => :build
depends_on "python@3.13" => :build # match version in `xcb-proto`
depends_on "python@3.14" => :build # match version in `xcb-proto`
depends_on "xcb-proto" => :build
depends_on "libxau"
depends_on "libxdmcp"

def install
python3 = "python3.13"
python3 = "python3.14"

args = %W[
--sysconfdir=#{etc}
Expand Down
Loading