]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
tools/ci-install.sh: Install meson build dependencies on FreeBSD
authorAlex Richardson <arichardson@FreeBSD.org>
Tue, 9 Aug 2022 15:58:36 +0000 (15:58 +0000)
committerSimon McVittie <smcv@collabora.com>
Wed, 10 Aug 2022 11:18:20 +0000 (11:18 +0000)
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

index 5b0f9c2a8bb62e8620e9f5711462ec18d27255a6..a82aa1bc9c1b4ff26b13d395ba8055e6e38b4707 100755 (executable)
@@ -324,7 +324,10 @@ case "$ci_distro" in
             libtool
             libX11
             libxslt
+            meson
+            ninja
             pkgconf
+            python3
             xmlto
         )
         $sudo pkg install -y "${packages[@]}"