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.
This commit is contained in:
Alex Richardson 2022-08-09 15:58:36 +00:00 committed by Simon McVittie
parent 932b740826
commit ee880ef811

View file

@ -324,7 +324,10 @@ case "$ci_distro" in
libtool
libX11
libxslt
meson
ninja
pkgconf
python3
xmlto
)
$sudo pkg install -y "${packages[@]}"