Browse Source

chore(CI): Split brewfile between building all deps or only qTox

reviewable/pr6588/r5
Anthony Bilinski 3 years ago
parent
commit
fbce81b5b1
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C
  1. 1
      osx/Brewfile
  2. 12
      osx/Brewfile-DepBuildDeps

1
osx/Brewfile

@ -7,7 +7,6 @@ brew "check"
brew "libvpx" brew "libvpx"
brew "opus" brew "opus"
brew "libsodium" brew "libsodium"
brew "cmake"
brew "ffmpeg" brew "ffmpeg"
brew "libexif" brew "libexif"
brew "qrencode" brew "qrencode"

12
osx/Brewfile-DepBuildDeps

@ -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…
Cancel
Save