cairo: Enable quartz image surface support.
Closes Homebrew/homebrew#29780. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
e0917be5b2
commit
0226d77503
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ class Cairo < Formula
|
|||
if build.without? "x11"
|
||||
args.delete "--with-x"
|
||||
args << "--enable-xlib=no" << "--enable-xlib-xrender=no"
|
||||
args << "--enable-quartz-image"
|
||||
end
|
||||
|
||||
args << '--enable-xcb=no' if MacOS.version <= :leopard
|
||||
|
|
Loading…
Reference in a new issue