aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/cairo.rb
diff options
context:
space:
mode:
authorkimballfrank2014-11-03 11:43:46 -0700
committerJack Nagel2014-11-14 20:55:15 -0600
commitb5472e5d642b2a68de3fe4943681c0ee4cd366f8 (patch)
treeb5042e52d865f75c2c9c9217472abf29f0332ba4 /Library/Formula/cairo.rb
parent1c396e4c80861f42e3447890a22ed70430c9a498 (diff)
downloadhomebrew-b5472e5d642b2a68de3fe4943681c0ee4cd366f8.tar.bz2
cairo: enable SVG support
This is needed for proper svg support for node-canvas: https://github.com/Automattic/node-canvas#svg-support Closes #33874. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/cairo.rb')
-rw-r--r--Library/Formula/cairo.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/cairo.rb b/Library/Formula/cairo.rb
index 728a883b5..9b7f65250 100644
--- a/Library/Formula/cairo.rb
+++ b/Library/Formula/cairo.rb
@@ -31,6 +31,7 @@ class Cairo < Formula
--disable-dependency-tracking
--prefix=#{prefix}
--enable-gobject=yes
+ --enable-svg=yes
--with-x
]