Install build dependencies for FreeBSD too

So far do it for GTK 3 only.
This commit is contained in:
Vadim Zeitlin 2022-06-23 15:27:19 +01:00
parent a1f29366f0
commit 231c079c70

View file

@ -97,6 +97,10 @@ case $(uname -s) in
fi
;;
FreeBSD)
pkg install -q -y gspell gstreamer1 gtk3 jpeg-turbo libnotify libsecret mesa-libs pkgconf png tiff webkit2-gtk3
;;
Darwin)
;;
esac