Skip to content

Commit

Permalink
Merge pull request #177233 from Homebrew/synergy-core-linkage
Browse files Browse the repository at this point in the history
synergy-core: declare indirect deps with linkage
  • Loading branch information
chenrui333 committed Jul 13, 2024
2 parents f45fd09 + 6ac3a60 commit e579737
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Formula/s/synergy-core.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,13 @@ class SynergyCore < Formula
depends_on "gdk-pixbuf"
depends_on "glib"
depends_on "libnotify"
depends_on "libx11"
depends_on "libxext"
depends_on "libxi"
depends_on "libxinerama"
depends_on "libxkbfile"
depends_on "libxrandr"
depends_on "libxtst"
end

fails_with gcc: "5" do
Expand Down

0 comments on commit e579737

Please sign in to comment.