Skip to content

Commit

Permalink
Merge pull request #172813 from Homebrew/librsvg
Browse files Browse the repository at this point in the history
librsvg: add linked indirect dependencies
  • Loading branch information
BrewTestBot committed May 27, 2024
2 parents 7d9e707 + f803ffe commit d9c1dfa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Formula/lib/librsvg.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@ class Librsvg < Formula
depends_on "glib"
depends_on "pango"

uses_from_macos "libxml2"

on_macos do
depends_on "fontconfig"
depends_on "freetype"
depends_on "gettext"
depends_on "harfbuzz"
depends_on "libpng"
end

def install
args = %W[
--disable-dependency-tracking
Expand Down

0 comments on commit d9c1dfa

Please sign in to comment.