emacs: make librsvg optional again
librsvg drags in cairo, fontconfig, freetype, gdk-pixbuf, gettext, git, glib gobject-introspection, harfbuzz, icu4c, intltool, jpeg, libcroco, libffi, libpng, librsvg, libtiff, pango, pcre, pixman, and shared-mime-info, and still manages not to be linked unless you build with cocoa, which defaults to off. Closes #6415. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
53d82bba71
commit
83d8231e67
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class Emacs < Formula
|
|||
depends_on "pkg-config" => :build
|
||||
depends_on "dbus" => :optional
|
||||
depends_on "gnutls" => :optional
|
||||
depends_on "librsvg" => :recommended
|
||||
depends_on "librsvg" => :optional
|
||||
depends_on "imagemagick" => :optional
|
||||
depends_on "mailutils" => :optional
|
||||
|
||||
|
|
Loading…
Reference in a new issue