aboutsummaryrefslogtreecommitdiffstats
path: root/support/macos
diff options
context:
space:
mode:
authorMartin Robinson <mrobinson@igalia.com>2023-10-05 03:12:29 +0200
committerGitHub <noreply@github.com>2023-10-05 01:12:29 +0000
commitaadf48bd4d8afa86fa702c8709c9bc3753dd20d8 (patch)
treef09e0045cf2210fe3b529241b3d92541ba320208 /support/macos
parent67a36dd9b1f99f98e395d9b18bf8943536fb8bcd (diff)
downloadservo-aadf48bd4d8afa86fa702c8709c9bc3753dd20d8.tar.gz
servo-aadf48bd4d8afa86fa702c8709c9bc3753dd20d8.zip
Bootstrap pkg-config and cmake on MacOS (#30497)
These need to be installed in order to build so we can install them via Homebrew. Do this by simply restoring the Homebrew bootstrapping logic we had in place previously. Fixes #27171.
Diffstat (limited to 'support/macos')
-rw-r--r--support/macos/Brewfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/support/macos/Brewfile b/support/macos/Brewfile
new file mode 100644
index 00000000000..1b321f0a8a9
--- /dev/null
+++ b/support/macos/Brewfile
@@ -0,0 +1,2 @@
+brew "cmake"
+brew "pkg-config"