Additional tox packages
This commit is contained in:
parent
5be272d9ed
commit
f881c40835
|
@ -690,9 +690,11 @@ function mesh_tox_client {
|
|||
if [ ${rootdir} ]; then
|
||||
chroot ${rootdir} apt-get -yq install libncursesw5-dev libconfig-dev libqrencode-dev
|
||||
chroot ${rootdir} apt-get -yq install libcurl4-openssl-dev libvpx-dev libopenal-dev
|
||||
chroot ${rootdir} apt-get -yq install libqrencode
|
||||
else
|
||||
apt-get -yq install libncursesw5-dev libconfig-dev libqrencode-dev
|
||||
apt-get -yq install libcurl4-openssl-dev libvpx-dev libopenal-dev
|
||||
apt-get -yq install libqrencode
|
||||
fi
|
||||
|
||||
TEMP_SCRIPT_NAME=fbtmp728353.sh
|
||||
|
|
Loading…
Reference in New Issue