Skip to content

Commit

Permalink
tracker: migrate to pkgconf
Browse files Browse the repository at this point in the history
  • Loading branch information
cho-m committed Nov 24, 2024
1 parent 773b03d commit 8a1b46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/t/tracker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Tracker < Formula
depends_on "gobject-introspection" => :build
depends_on "meson" => :build
depends_on "ninja" => :build
depends_on "pkg-config" => [:build, :test]
depends_on "pkgconf" => [:build, :test]
depends_on "pygobject3" => :build
depends_on "vala" => :build

Expand Down

0 comments on commit 8a1b46b

Please sign in to comment.