gtk+3: remove --with-quartz-relocation

This commit is contained in:
Bryce Glover 2018-02-14 18:51:34 -05:00 committed by FX Coudert
parent 4ddb133024
commit 3dbebbf211

View file

@ -10,8 +10,6 @@ class Gtkx3 < Formula
sha256 "5ab8f3d5e6d1b83272cfd5db9bd637cb9e92060068a7ebb5ede87491233e902b" => :el_capitan
end
option "with-quartz-relocation", "Build with quartz relocation support"
depends_on "pkg-config" => :build
depends_on "gdk-pixbuf"
depends_on "atk"
@ -34,8 +32,6 @@ class Gtkx3 < Formula
--disable-x11-backend
]
args << "--enable-quartz-relocation" if build.with?("quartz-relocation")
system "./configure", *args
# necessary to avoid gtk-update-icon-cache not being found during make install
bin.mkpath