summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAlex Richardson <arichardson@FreeBSD.org>2022-08-09 15:58:36 +0000
committerSimon McVittie <smcv@collabora.com>2022-08-10 11:18:20 +0000
commitee880ef811589d2533880af57b904920dfa76f6a (patch)
tree8539db781bd8fca6aeb538990f6a20449b7be254 /tools
parent932b7408269141f152e47eb57d86475f12ba9a51 (diff)
downloaddbus-ee880ef811589d2533880af57b904920dfa76f6a.tar.gz
tools/ci-install.sh: Install meson build dependencies on FreeBSD
Python is already installed, but we need the python3 package to get the /usr/local/bin/python3 symlink rather than the one with the version suffix.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/ci-install.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/ci-install.sh b/tools/ci-install.sh
index 5b0f9c2a..a82aa1bc 100755
--- a/tools/ci-install.sh
+++ b/tools/ci-install.sh
@@ -324,7 +324,10 @@ case "$ci_distro" in
libtool
libX11
libxslt
+ meson
+ ninja
pkgconf
+ python3
xmlto
)
$sudo pkg install -y "${packages[@]}"