Skip to content

Commit

Permalink
Add X11 check to Qt.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Apr 5, 2011
1 parent 05a47ba commit 5ccc24f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/Formula/qt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def options
depends_on 'sqlite' if MACOS_VERSION <= 10.5

def install
ENV.x11
ENV.append "CXXFLAGS", "-fvisibility=hidden"
args = ["-prefix", prefix,
"-system-libpng", "-system-zlib",
Expand Down

0 comments on commit 5ccc24f

Please sign in to comment.