From 03744647cc9271abc8c2cb368702fc328ee9a0ec Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 14 Jul 2012 13:53:38 -0500 Subject: clutter: update configure options Building the X11 backend fails with XQuartz (at least); patches welcome to remedy this. Signed-off-by: Jack Nagel --- Library/Formula/clutter.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library/Formula/clutter.rb') diff --git a/Library/Formula/clutter.rb b/Library/Formula/clutter.rb index 13ea596f5..642244c97 100644 --- a/Library/Formula/clutter.rb +++ b/Library/Formula/clutter.rb @@ -17,9 +17,9 @@ class Clutter < Formula def install system "./configure", "--prefix=#{prefix}", - "--with-flavour=osx", - "--with-imagebackend=quartz", - "--disable-introspection" + "--disable-introspection", + "--enable-quartz-backend", + "--disable-x11-backend" system "make install" end end -- cgit v1.2.3