mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01:00
Fix Brewfile’s for running Servo without bulding it
This commit is contained in:
parent
47e39af0f3
commit
203a06ff24
5 changed files with 25 additions and 21 deletions
12
etc/taskcluster/macos/Brewfile-build
Normal file
12
etc/taskcluster/macos/Brewfile-build
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue