From 18631a8cb7616bac193389e569d2db34e13c5aa2 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 7 Jul 2012 12:03:33 -0500 Subject: gobject-introspection: disable tests The tests require (at least) cairo, so disable them to avoid insane dependencies. Signed-off-by: Jack Nagel --- Library/Formula/gobject-introspection.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/gobject-introspection.rb b/Library/Formula/gobject-introspection.rb index 3d91b11cd..49b4df231 100644 --- a/Library/Formula/gobject-introspection.rb +++ b/Library/Formula/gobject-introspection.rb @@ -16,7 +16,10 @@ class GobjectIntrospection < Formula def install ENV.universal_binary if ARGV.build_universal? - system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" + system "./configure", "--disable-dependency-tracking", + "--prefix=#{prefix}", + # Tests require (at least) cairo, disable them. + "--disable-tests" system "make install" end end -- cgit v1.2.3