Toxic needs libpng

This commit is contained in:
Bob Mottram 2018-04-20 17:23:00 +01:00
parent af4755f2da
commit 61f30f8036
1 changed files with 3 additions and 3 deletions

View File

@ -525,7 +525,7 @@ EOF
fi
# shellcheck disable=SC2086
cp $rootdir/usr/local/lib/libtoxcore* "$rootdir/usr/lib/"
cp -l $rootdir/usr/local/lib/libtoxcore* "$rootdir/usr/lib/"
cp "${rootdir}${INSTALL_DIR}/toxcore/other/bootstrap_daemon/tox-bootstrapd.service" "$rootdir/etc/systemd/system/"
sed -i 's|ExecStart=.*|ExecStart=/usr/local/bin/tox-bootstrapd --config /etc/tox-bootstrapd.conf|g' "$rootdir/etc/systemd/system/tox-bootstrapd.service"
if [ "${rootdir}" ]; then
@ -690,11 +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-dev
chroot "${rootdir}" apt-get -yq install libqrencode-dev libpng-dev
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-dev
apt-get -yq install libqrencode-dev libpng-dev
fi
TEMP_SCRIPT_NAME=fbtmp728353.sh