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 1649f367b..27a51b67e 100644
--- a/Library/Formula/d-bus.rb
+++ b/Library/Formula/d-bus.rb
@@ -16,7 +16,8 @@ class DBus <Formula
# Fix the TMPDIR to one D-Bus doesn't reject due to odd symbols
ENV["TMPDIR"] = "/tmp"
system "./configure", "--prefix=#{prefix}", "--disable-xml-docs",
- "--disable-doxygen-docs", "--disable-dependency-tracking"
+ "--disable-doxygen-docs", "--disable-dependency-tracking",
+ "--without-x"
system "make install"
# Generate D-Bus's UUID for this machine