We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pkg-config
pkgconf
1 parent 702bfe1 commit 04d1747Copy full SHA for 04d1747
Library/Homebrew/formula_auditor.rb
@@ -362,7 +362,7 @@ def audit_deps
362
end
363
364
# we want to allow uses_from_macos for aliases but not bare dependencies
365
- if self.class.aliases.include?(dep.name) && !dep.uses_from_macos?
+ if self.class.aliases.include?(dep.name) && !dep.uses_from_macos? && dep.name != "pkg-config"
366
problem "Dependency '#{dep.name}' is an alias; use the canonical name '#{dep.to_formula.full_name}'."
367
368
0 commit comments