Fix FreeBSD build on Cirrus CI

This commit is contained in:
Gleb Popov 2021-02-25 09:03:36 +03:00 committed by Wim Taymans
parent 20eb61b882
commit 087811e171

View file

@ -5,7 +5,7 @@ task:
- image_family: freebsd-13-0-snap
deps_script:
- sed -i.bak -e 's/quarterly/latest/' /etc/pkg/FreeBSD.conf
- pkg install -y meson pkgconf dbus glib libepoll-shim libudev-devd vulkan-loader vulkan-headers gstreamer1 gstreamer1-plugins libffi321
- pkg install -y meson pkgconf dbus glib libepoll-shim libudev-devd vulkan-loader vulkan-headers gstreamer1 gstreamer1-plugins libinotify
- sysrc dbus_enable=YES
- service dbus restart
build_script: