setup-ubuntu: add packages needed by science and game packages

This commit is contained in:
Henrik Grimler 2020-05-09 18:37:55 +02:00
parent 53701fbc85
commit d5f6b464b2
1 changed files with 7 additions and 0 deletions

View File

@ -146,6 +146,13 @@ PACKAGES+=" libgdk-pixbuf2.0-dev"
PACKAGES+=" python3-xcbgen"
PACKAGES+=" xfonts-utils"
# Needed by packages in science repository
PACKAGES+=" sqlite3"
PACKAGES+=" protobuf-c-compiler"
# Needed by packages in game repository
PACKAGES+=" python3-yaml"
# Do not require sudo if already running as root.
if [ "$(id -u)" = "0" ]; then
SUDO=""