qt5: prevent auto-detection of FreeType and PCRE
We prefer for `qt5` to use the bundled version of FreeType and PCRE, but the default is to detect (and use) them from the user's environment, if available, which can break certain builds. (#188 might be such a case.) No formula/bottle revision since only from-source builds are affected.
This commit is contained in:
parent
20056fb838
commit
98081d15f9
1 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,8 @@ class Qt5 < Formula
|
|||
-system-zlib
|
||||
-qt-libpng
|
||||
-qt-libjpeg
|
||||
-qt-freetype
|
||||
-qt-pcre
|
||||
-nomake tests
|
||||
-no-rpath
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue