diff --git a/osx/Brewfile b/osx/Brewfile index c69784437..8a031a321 100644 --- a/osx/Brewfile +++ b/osx/Brewfile @@ -7,7 +7,6 @@ brew "check" brew "libvpx" brew "opus" brew "libsodium" -brew "cmake" brew "ffmpeg" brew "libexif" brew "qrencode" diff --git a/osx/Brewfile-DepBuildDeps b/osx/Brewfile-DepBuildDeps new file mode 100644 index 000000000..90c09ba25 --- /dev/null +++ b/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