CI/Cirrus: Install pkgconf on FreeBSD

We need this to detect the FFmpeg version correctly.
This commit is contained in:
Peter Keresztes Schmidt 2021-06-05 21:50:53 +02:00
parent dc6c00ba88
commit f1279a3ebf
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ task:
image_family: freebsd-12-2
prepare_script:
- pkg install -yq git cmake jpeg-turbo mysql80-client ffmpeg libvncserver libjwt catch p5-DBI p5-DBD-mysql p5-Date-Manip p5-Test-LWP-UserAgent p5-Sys-Mmap
- pkg install -yq git cmake pkgconf jpeg-turbo mysql80-client ffmpeg libvncserver libjwt catch p5-DBI p5-DBD-mysql p5-Date-Manip p5-Test-LWP-UserAgent p5-Sys-Mmap
configure_script:
- git submodule update --init --recursive