diff options
| author | kimballfrank | 2014-11-03 11:43:46 -0700 |
|---|---|---|
| committer | Jack Nagel | 2014-11-14 20:55:15 -0600 |
| commit | b5472e5d642b2a68de3fe4943681c0ee4cd366f8 (patch) | |
| tree | b5042e52d865f75c2c9c9217472abf29f0332ba4 /Library/Formula/cairo.rb | |
| parent | 1c396e4c80861f42e3447890a22ed70430c9a498 (diff) | |
| download | homebrew-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.rb | 1 |
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 ] |
