From: Alex Richardson Date: Tue, 9 Aug 2022 15:58:36 +0000 (+0000) Subject: tools/ci-install.sh: Install meson build dependencies on FreeBSD X-Git-Tag: dbus-1.15.0~14^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee880ef811589d2533880af57b904920dfa76f6a;p=thirdparty%2Fdbus.git 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. --- diff --git a/tools/ci-install.sh b/tools/ci-install.sh index 5b0f9c2a8..a82aa1bc9 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[@]}"