this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <marcello.seri@gmail.com>

---------

Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
Co-authored-by: Emma Jin <emma@semgrep.com>

authored by

Marcello Seri
Emma Jin
and committed by
GitHub
01aa7e5f ac1ca8a6

+1 -1
+1 -1
packages/conf-pkg-config/conf-pkg-config.3/opam
··· 22 22 ["pkgconfig"] {os-distribution = "ol" & os-version <= "7"} 23 23 ["pkgconf"] {os-distribution = "alpine"} 24 24 ["pkg-config"] {os-distribution = "nixos"} 25 - ["pkg-config"] {os = "macos" & os-distribution = "homebrew"} 25 + ["pkgconf"] {os = "macos" & os-distribution = "homebrew"} 26 26 ["pkgconfig"] {os = "macos" & os-distribution = "macports"} 27 27 ["pkgconf"] {os = "freebsd"} 28 28 ["pkgconf-pkg-config"] {os-distribution = "rhel" & os-version >= "8"}