Skip to content

Commit 01aa7e5

Browse files
mseriemjin
andauthored
Replace pkg-config with pkgconf when the distribution is brew (#26891)
* Homebrew has deprecated pkg-config. `brew install pkg-config` now installs pkgconf. Accordingly, this PR adjusts the expectations of `conf-pkg-config` to depend on `pkgconf`. * conf-pkg-config: let's leave the old ones untouched Signed-off-by: Marcello Seri <[email protected]> --------- Signed-off-by: Marcello Seri <[email protected]> Co-authored-by: Emma Jin <[email protected]>
1 parent ac1ca8a commit 01aa7e5

File tree

1 file changed

+1
-1
lines changed
  • packages/conf-pkg-config/conf-pkg-config.3

1 file changed

+1
-1
lines changed

packages/conf-pkg-config/conf-pkg-config.3/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ depexts: [
2222
["pkgconfig"] {os-distribution = "ol" & os-version <= "7"}
2323
["pkgconf"] {os-distribution = "alpine"}
2424
["pkg-config"] {os-distribution = "nixos"}
25-
["pkg-config"] {os = "macos" & os-distribution = "homebrew"}
25+
["pkgconf"] {os = "macos" & os-distribution = "homebrew"}
2626
["pkgconfig"] {os = "macos" & os-distribution = "macports"}
2727
["pkgconf"] {os = "freebsd"}
2828
["pkgconf-pkg-config"] {os-distribution = "rhel" & os-version >= "8"}

0 commit comments

Comments
 (0)