aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/d-bus.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/d-bus.rb b/Library/Formula/d-bus.rb
index d9dab2c5b..3dba8bc2c 100644
--- a/Library/Formula/d-bus.rb
+++ b/Library/Formula/d-bus.rb
@@ -17,7 +17,8 @@ class DBus < Formula
"--disable-doxygen-docs",
"--enable-launchd",
"--with-launchd-agent-dir=#{prefix}",
- "--without-x"
+ "--without-x",
+ "--disable-tests"
system "make"
ENV.deparallelize
system "make install"