aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2011-04-05 23:33:16 +0100
committerMike McQuaid2011-04-05 23:33:32 +0100
commit5ccc24fac81321c31192ca095437781e4b68ad4f (patch)
treeeeaaac8c88414002956fd06855ce0705cefd2c41 /Library/Formula
parent05a47ba10d1fe8ba883e3641aa97f0b950e34fc2 (diff)
downloadhomebrew-5ccc24fac81321c31192ca095437781e4b68ad4f.tar.bz2
Add X11 check to Qt.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/qt.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/qt.rb b/Library/Formula/qt.rb
index e17a03ca9..d861df051 100644
--- a/Library/Formula/qt.rb
+++ b/Library/Formula/qt.rb
@@ -24,6 +24,7 @@ class Qt < Formula
depends_on 'sqlite' if MACOS_VERSION <= 10.5
def install
+ ENV.x11
ENV.append "CXXFLAGS", "-fvisibility=hidden"
args = ["-prefix", prefix,
"-system-libpng", "-system-zlib",