Skip to content

Commit

Permalink
Merge pull request #199249 from Homebrew/libwpd-pkgconf
Browse files Browse the repository at this point in the history
libwpd: migrate to `pkgconf`
  • Loading branch information
p-linnane authored Nov 27, 2024
2 parents 4584915 + d5e93d1 commit 2e39ce9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/lib/libwpd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ class Libwpd < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "589effab1c398690ba5ee3b616d3ab9667260d013ac3ebb93aef4a69dc1ebe9b"
end

depends_on "pkg-config" => :build
depends_on "boost" => :build
depends_on "pkgconf" => :build
depends_on "glib"
depends_on "libgsf"
depends_on "librevenge"
Expand All @@ -37,8 +38,7 @@ class Libwpd < Formula
patch :DATA

def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "./configure", *std_configure_args
system "make", "install"
end

Expand Down

0 comments on commit 2e39ce9

Please sign in to comment.