mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-06 08:08:05 +02:00
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:
parent
932b740826
commit
ee880ef811
1 changed files with 3 additions and 0 deletions
|
|
@ -324,7 +324,10 @@ case "$ci_distro" in
|
|||
libtool
|
||||
libX11
|
||||
libxslt
|
||||
meson
|
||||
ninja
|
||||
pkgconf
|
||||
python3
|
||||
xmlto
|
||||
)
|
||||
$sudo pkg install -y "${packages[@]}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue