Skip to content

Commit

Permalink
clutter: update configure options
Browse files Browse the repository at this point in the history
Building the X11 backend fails with XQuartz (at least); patches welcome
to remedy this.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
jacknagel committed Jul 14, 2012
1 parent 4791d7d commit 0374464
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Library/Formula/clutter.rb
Expand Up @@ -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

0 comments on commit 0374464

Please sign in to comment.