librsvg: remove libgsf option (#13125)

This commit is contained in:
s172262 2017-05-02 06:41:58 +09:00 committed by FX Coudert
parent 89cdbfbb0d
commit 0e8e5f6b9c

View file

@ -16,7 +16,6 @@ class Librsvg < Formula
depends_on "glib"
depends_on "libcroco"
depends_on "pango"
depends_on "libgsf" => :optional
depends_on "gtk+3" => :optional
def install
@ -28,7 +27,6 @@ class Librsvg < Formula
--enable-pixbuf-loader=yes
--enable-introspection=yes
]
args << "--enable-svgz" if build.with? "libgsf"
system "./configure", *args