aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/clutter.rb6
1 files changed, 3 insertions, 3 deletions
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