Skip to content

Commit

Permalink
Merge pull request #177232 from Homebrew/spice-gtk-linkage
Browse files Browse the repository at this point in the history
spice-gtk: declare indirect deps with linkage
  • Loading branch information
chenrui333 authored Jul 13, 2024
2 parents 4fe519d + c542d62 commit f45fd09
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Formula/s/spice-gtk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ class SpiceGtk < Formula
depends_on "gtk+3"
depends_on "jpeg-turbo"
depends_on "json-glib"
depends_on "libepoxy"
depends_on "libsoup"
depends_on "libusb"
depends_on "libx11"
depends_on "lz4"
depends_on "openssl@3"
depends_on "opus"
Expand All @@ -52,6 +55,18 @@ class SpiceGtk < Formula
depends_on "spice-protocol"
depends_on "usbredir"

uses_from_macos "zlib"

on_macos do
depends_on "gobject-introspection"
depends_on "harfbuzz"
end

on_linux do
depends_on "libva"
depends_on "wayland"
end

resource "pyparsing" do
url "https://files.pythonhosted.org/packages/46/3a/31fd28064d016a2182584d579e033ec95b809d8e220e74c4af6f0f2e8842/pyparsing-3.1.2.tar.gz"
sha256 "a1bac0ce561155ecc3ed78ca94d3c9378656ad4c94c1270de543f621420f94ad"
Expand Down

0 comments on commit f45fd09

Please sign in to comment.