Tools: install-prereqs-ubuntu: add xterm to SITL install list

This commit is contained in:
Pierre Kancir 2018-05-08 19:14:54 +02:00 committed by Peter Barker
parent 40a8e0de09
commit cc50fff51f

View File

@ -10,7 +10,7 @@ PX4_PKGS="python-argparse openocd flex bison libncurses5-dev \
zip genromfs python-empy cmake cmake-data"
ARM_LINUX_PKGS="g++-arm-linux-gnueabihf pkg-config-arm-linux-gnueabihf"
# python-wxgtk packages are added to SITL_PKGS below
SITL_PKGS="libtool libxml2-dev libxslt1-dev python-dev python-pip python-setuptools python-matplotlib python-serial python-scipy python-opencv python-numpy python-pyparsing realpath"
SITL_PKGS="libtool libxml2-dev libxslt1-dev python-dev python-pip python-setuptools python-matplotlib python-serial python-scipy python-opencv python-numpy python-pyparsing realpath xterm"
ASSUME_YES=false
QUIET=false