Toxic needs libpng
This commit is contained in:
parent
af4755f2da
commit
61f30f8036
|
@ -525,7 +525,7 @@ EOF
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# shellcheck disable=SC2086
|
# 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/"
|
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"
|
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
|
if [ "${rootdir}" ]; then
|
||||||
|
@ -690,11 +690,11 @@ function mesh_tox_client {
|
||||||
if [ "${rootdir}" ]; then
|
if [ "${rootdir}" ]; then
|
||||||
chroot "${rootdir}" apt-get -yq install libncursesw5-dev libconfig-dev libqrencode-dev
|
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 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
|
else
|
||||||
apt-get -yq install libncursesw5-dev libconfig-dev libqrencode-dev
|
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 libcurl4-openssl-dev libvpx-dev libopenal-dev
|
||||||
apt-get -yq install libqrencode-dev
|
apt-get -yq install libqrencode-dev libpng-dev
|
||||||
fi
|
fi
|
||||||
|
|
||||||
TEMP_SCRIPT_NAME=fbtmp728353.sh
|
TEMP_SCRIPT_NAME=fbtmp728353.sh
|
||||||
|
|
Loading…
Reference in New Issue