cairo: Enable quartz image surface support.

Closes Homebrew/homebrew#29780.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
master
Balint Reczey 2014-06-02 16:40:24 +07:00 committed by Mike McQuaid
parent e0917be5b2
commit 0226d77503
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ class Cairo < Formula
if build.without? "x11" if build.without? "x11"
args.delete "--with-x" args.delete "--with-x"
args << "--enable-xlib=no" << "--enable-xlib-xrender=no" args << "--enable-xlib=no" << "--enable-xlib-xrender=no"
args << "--enable-quartz-image"
end end
args << '--enable-xcb=no' if MacOS.version <= :leopard args << '--enable-xcb=no' if MacOS.version <= :leopard