gtk+3: remove --with-quartz-relocation
This commit is contained in:
parent
4ddb133024
commit
3dbebbf211
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue