From ee880ef811589d2533880af57b904920dfa76f6a Mon Sep 17 00:00:00 2001 From: Alex Richardson Date: Tue, 9 Aug 2022 15:58:36 +0000 Subject: 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. --- tools/ci-install.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools') 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[@]}" -- cgit v1.2.1