librsvg: remove libgsf option (#13125)
This commit is contained in:
parent
89cdbfbb0d
commit
0e8e5f6b9c
1 changed files with 0 additions and 2 deletions
|
@ -16,7 +16,6 @@ class Librsvg < Formula
|
||||||
depends_on "glib"
|
depends_on "glib"
|
||||||
depends_on "libcroco"
|
depends_on "libcroco"
|
||||||
depends_on "pango"
|
depends_on "pango"
|
||||||
depends_on "libgsf" => :optional
|
|
||||||
depends_on "gtk+3" => :optional
|
depends_on "gtk+3" => :optional
|
||||||
|
|
||||||
def install
|
def install
|
||||||
|
@ -28,7 +27,6 @@ class Librsvg < Formula
|
||||||
--enable-pixbuf-loader=yes
|
--enable-pixbuf-loader=yes
|
||||||
--enable-introspection=yes
|
--enable-introspection=yes
|
||||||
]
|
]
|
||||||
args << "--enable-svgz" if build.with? "libgsf"
|
|
||||||
|
|
||||||
system "./configure", *args
|
system "./configure", *args
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue