mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
chore(CI): Split brewfile between building all deps or only qTox
This commit is contained in:
parent
7565f8b350
commit
fbce81b5b1
@ -7,7 +7,6 @@ brew "check"
|
||||
brew "libvpx"
|
||||
brew "opus"
|
||||
brew "libsodium"
|
||||
brew "cmake"
|
||||
brew "ffmpeg"
|
||||
brew "libexif"
|
||||
brew "qrencode"
|
||||
|
12
osx/Brewfile-DepBuildDeps
Normal file
12
osx/Brewfile-DepBuildDeps
Normal file
@ -0,0 +1,12 @@
|
||||
# Depdencies for building all of qTox's depdencies from source. Needed for
|
||||
# distributable builds, but users should use Brewfile if they are just compiling
|
||||
# for their own machine.
|
||||
brew "coreutils"
|
||||
brew "git"
|
||||
brew "libtool"
|
||||
brew "cmake"
|
||||
brew "pkgconfig"
|
||||
brew "check"
|
||||
brew "yasm"
|
||||
|
||||
brew "qt@5" # Qt sets a low compatibility version by default: https://doc.qt.io/qt-5/macos.html#target-platforms
|
Loading…
x
Reference in New Issue
Block a user