Skip to content

Commit

Permalink
qt5: remove spurious pkg-config dependency
Browse files Browse the repository at this point in the history
On OS X, `pkg-config` won't be used by Qt unless explicitly requested
with the `-pkg-config` configure option.
  • Loading branch information
UniqMartin authored and MikeMcQuaid committed Oct 18, 2015
1 parent 8f627b8 commit 77fd56f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Formula/qt5.rb
Expand Up @@ -91,7 +91,6 @@ class Qt5 < Formula
# Snow Leopard is untested and support has been removed in 5.4
# https://qt.gitorious.org/qt/qtbase/commit/5be81925d7be19dd0f1022c3cfaa9c88624b1f08
depends_on :macos => :lion
depends_on "pkg-config" => :build
depends_on "d-bus" => :optional
depends_on :mysql => :optional
depends_on :xcode => :build
Expand Down

0 comments on commit 77fd56f

Please sign in to comment.