Install build dependencies for FreeBSD too
So far do it for GTK 3 only.
This commit is contained in:
parent
a1f29366f0
commit
231c079c70
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue