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.
pkgconf
1 parent 390fd96 commit 4493669Copy full SHA for 4493669
Formula/v/vips.rb
@@ -22,7 +22,7 @@ class Vips < Formula
22
depends_on "gobject-introspection" => :build
23
depends_on "meson" => :build
24
depends_on "ninja" => :build
25
- depends_on "pkg-config" => [:build, :test]
+ depends_on "pkgconf" => [:build, :test]
26
depends_on "cairo"
27
depends_on "cfitsio"
28
depends_on "cgif"
@@ -54,8 +54,6 @@ class Vips < Formula
54
uses_from_macos "expat"
55
uses_from_macos "zlib"
56
57
- fails_with gcc: "5"
58
-
59
def install
60
# mozjpeg needs to appear before libjpeg, otherwise it's not used
61
ENV.prepend_path "PKG_CONFIG_PATH", Formula["mozjpeg"].opt_lib/"pkgconfig"
0 commit comments