|
@@ -690,11 +690,11 @@ function mesh_tox_client {
|
690
|
690
|
if [ ${rootdir} ]; then
|
691
|
691
|
chroot ${rootdir} apt-get -yq install libncursesw5-dev libconfig-dev libqrencode-dev
|
692
|
692
|
chroot ${rootdir} apt-get -yq install libcurl4-openssl-dev libvpx-dev libopenal-dev
|
693
|
|
- chroot ${rootdir} apt-get -yq install libqrencode
|
|
693
|
+ chroot ${rootdir} apt-get -yq install libqrencode-dev
|
694
|
694
|
else
|
695
|
695
|
apt-get -yq install libncursesw5-dev libconfig-dev libqrencode-dev
|
696
|
696
|
apt-get -yq install libcurl4-openssl-dev libvpx-dev libopenal-dev
|
697
|
|
- apt-get -yq install libqrencode
|
|
697
|
+ apt-get -yq install libqrencode-dev
|
698
|
698
|
fi
|
699
|
699
|
|
700
|
700
|
TEMP_SCRIPT_NAME=fbtmp728353.sh
|