Skip to content

Commit daaa1dd

Browse files
committed
csound: add dependency on libx11
This has indirect linkage with `libx11`. Spotted in Homebrew#171933.
1 parent b27a5ac commit daaa1dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Formula/c/csound.rb

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ class Csound < Formula
7070

7171
on_linux do
7272
depends_on "alsa-lib"
73+
depends_on "libx11"
7374
end
7475

7576
conflicts_with "libextractor", because: "both install `extract` binaries"

0 commit comments

Comments
 (0)