Fix Brewfile’s for running Servo without bulding it

This commit is contained in:
Simon Sapin 2019-11-21 11:27:33 +01:00
parent 47e39af0f3
commit 203a06ff24
5 changed files with 25 additions and 21 deletions

View file

@ -1,11 +1,10 @@
brew "autoconf@2.13"
brew "automake"
brew "cmake"
brew "openssl"
brew "pkg-config"
brew "llvm"
brew "yasm"
brew "zlib"
# Runtime dependencies
# For sccache
brew "openssl@1.1"
brew "gnutls"
brew "gstreamer"
brew "gst-plugins-base"
brew "gst-libav"
brew "gst-plugins-bad"
brew "gst-plugins-good"
brew "gst-rtsp-server"
brew "openssl"

View file

@ -0,0 +1,12 @@
# Build dependencies (that are not also runtime dependencies)
brew "autoconf@2.13"
brew "automake"
brew "cmake"
brew "pkg-config"
brew "llvm"
brew "yasm"
brew "zlib"
# For sccache
brew "openssl@1.1"

View file

@ -1,7 +0,0 @@
brew "gnutls"
brew "gstreamer"
brew "gst-plugins-base"
brew "gst-libav"
brew "gst-plugins-bad"
brew "gst-plugins-good"
brew "gst-rtsp-server"