setup-ubuntu.sh: Install packages needed by motif

This commit is contained in:
Tee KOBAYASHI 2022-12-09 07:32:38 +09:00 committed by xtkoba
parent b364900f0c
commit 355afd481f
1 changed files with 6 additions and 0 deletions

View File

@ -243,6 +243,12 @@ PACKAGES+=" guile-3.0"
PACKAGES+=" python3-fontforge"
PACKAGES+=" texlive-metapost"
# Needed by package motif.
PACKAGES+=" libfl-dev"
PACKAGES+=" libxft-dev"
PACKAGES+=" libxt-dev"
PACKAGES+=" xbitmaps"
# Needed by proxmark3/proxmark3-git
PACKAGES+=" gcc-arm-none-eabi"