Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace pkg-config with pkgconf when the distribution is brew #26891

Merged
merged 4 commits into from
Nov 14, 2024

Commits on Nov 14, 2024

  1. 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`.
    emjin committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    cb1f53f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'emma/update-homebrew-pkg-config-dependency' of github.c…

    …om:emjin/opam-repository into pkgconf
    mseri committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    37ae570 View commit details
    Browse the repository at this point in the history
  3. conf-pkg-config: let's leave the old ones untouched

    Signed-off-by: Marcello Seri <[email protected]>
    mseri committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    6b743f6 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'pkgconf'

    mseri committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    d92cdf8 View commit details
    Browse the repository at this point in the history