Skip to content

Commit

Permalink
Merge pull request #171951 from Homebrew/csound-libx11-linux
Browse files Browse the repository at this point in the history
csound: add dependency on `libx11`
  • Loading branch information
carlocab authored May 17, 2024
2 parents 525d14d + daaa1dd commit 538f418
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Formula/c/csound.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ class Csound < Formula

on_linux do
depends_on "alsa-lib"
depends_on "libx11"
end

conflicts_with "libextractor", because: "both install `extract` binaries"
Expand Down

0 comments on commit 538f418

Please sign in to comment.