aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-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",