gdk-pixbuf: remove options

This commit is contained in:
FX Coudert 2019-01-04 11:19:48 +01:00
parent 4b0995a887
commit 8b3e7ac6c9

View file

@ -20,7 +20,6 @@ class GdkPixbuf < Formula
depends_on "jpeg"
depends_on "libpng"
depends_on "libtiff"
depends_on "jasper" => :optional
patch do
url "https://raw.githubusercontent.com/Homebrew/formula-patches/3d39ffd/gdk-pixbuf/meson-patches.diff"
@ -55,8 +54,6 @@ class GdkPixbuf < Formula
-Dman=false
]
args << "-Djasper=true" if build.with?("jasper")
ENV["DESTDIR"] = "/"
mkdir "build" do
system "meson", *args, ".."