gdk-pixbuf: remove options
This commit is contained in:
parent
4b0995a887
commit
8b3e7ac6c9
1 changed files with 0 additions and 3 deletions
|
@ -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, ".."
|
||||
|
|
Loading…
Reference in a new issue