Skip to content

Commit

Permalink
Merge pull request #199242 from Homebrew/libsvg-cairo-pkgconf
Browse files Browse the repository at this point in the history
libsvg-cairo: migrate to `pkgconf`
  • Loading branch information
cho-m authored Nov 27, 2024
2 parents 65d2c5f + 3aa4559 commit 944c4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/lib/libsvg-cairo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class LibsvgCairo < Formula
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "libtool" => :build
depends_on "pkg-config" => :build
depends_on "pkgconf" => :build

depends_on "cairo"
depends_on "jpeg-turbo"
Expand Down

0 comments on commit 944c4cc

Please sign in to comment.