aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike Arthur2010-02-26 00:24:21 +0000
committerMike Arthur2010-02-26 00:25:19 +0000
commitf2958c786df546d2b6677909fe5af76a4f555cf5 (patch)
tree572a4c1f0ec0e1dd8d6d0d21a4c06969821f217a /Library/Formula
parent1a3622f07e64e2afedfec7a2dece5b9bb27893b7 (diff)
downloadhomebrew-f2958c786df546d2b6677909fe5af76a4f555cf5.tar.bz2
Build D-Bus without X dependency.
Diffstat (limited to 'Library/Formula')
-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