qt5: make keg-only again.
Temporarily workaround for #8392 until we can get an upstream-suitable patch. Closes #8408. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
4a355f7e67
commit
ff3d0885f6
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,7 @@ class Qt5 < Formula
|
|||
url "https://download.qt.io/official_releases/qt/5.7/5.7.1/single/qt-everywhere-opensource-src-5.7.1.tar.xz"
|
||||
mirror "https://www.mirrorservice.org/sites/download.qt-project.org/official_releases/qt/5.7/5.7.1/single/qt-everywhere-opensource-src-5.7.1.tar.xz"
|
||||
sha256 "46ebca977deb629c5e69c2545bc5fe13f7e40012e5e2e451695c583bd33502fa"
|
||||
revision 1
|
||||
head "https://code.qt.io/qt/qt5.git", :branch => "5.7", :shallow => false
|
||||
|
||||
bottle do
|
||||
|
@ -14,6 +15,8 @@ class Qt5 < Formula
|
|||
sha256 "0495b22126f33308435ee3118d263a85528dc96353b8ba2ccadaed03295e952b" => :yosemite
|
||||
end
|
||||
|
||||
keg_only "Qt 5 has CMake issues when linked"
|
||||
|
||||
option "with-docs", "Build documentation"
|
||||
option "with-examples", "Build examples"
|
||||
option "with-qtwebkit", "Build with QtWebkit module"
|
||||
|
|
Loading…
Reference in a new issue