setup-ubuntu.sh: Install libyaml-dev

This commit is contained in:
Tee KOBAYASHI 2022-12-23 14:25:51 +09:00
parent 55e08cdf4b
commit 2db283089c
1 changed files with 4 additions and 1 deletions

View File

@ -123,7 +123,10 @@ PACKAGES+=" libncurses5-dev"
PACKAGES+=" lua-lpeg"
PACKAGES+=" lua-mpack"
# Needed by packages mkvtoolnix and ruby.
# Needed by host build of package ruby.
PACKAGES+=" libyaml-dev"
# Needed by package mkvtoolnix.
PACKAGES+=" ruby"
# Needed by host build of package nodejs.