1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Update build scripts

This commit is contained in:
Tux3 / Mlkj / !Lev.uXFMLA 2014-09-28 00:19:40 +02:00
parent 2047f8dc8d
commit 2c224b6f3a
No known key found for this signature in database
GPG Key ID: 7E086DD661263264
2 changed files with 3 additions and 3 deletions

2
debian/control vendored
View File

@ -3,7 +3,7 @@ Maintainer: John Smith <barrdetwix@gmail.com>
Section: misc
Priority: optional
Standards-Version: 3.9.5
Build-Depends: debhelper (>= 9), cdbs, qt5-qmake, libopenal-dev, libopencv-dev, libopus-dev, qtbase5-dev, sudo, autoconf
Build-Depends: debhelper (>= 9), cdbs, qt5-qmake, libopenal-dev, libopencv-dev, libopus-dev, qtbase5-dev, sudo, autoconf, libtool, pkg-config
Package: qtox
Architecture: any

View File

@ -56,9 +56,9 @@ done
if [[ $OPT_APT = "true" ]]; then
echo "Installing missing tools (if any)..."
if [[ $EUID -ne 0 && $OPT_SUDO = "true" ]]; then
sudo apt-get install wget debhelper cdbs devscripts alien tar gzip build-essential sudo autoconf -y
sudo apt-get install wget debhelper cdbs devscripts alien tar gzip build-essential sudo autoconf libtool pkg-config -y
else
apt-get install wget debhelper cdbs devscripts alien tar gzip build-essential sudo autoconf -y
apt-get install wget debhelper cdbs devscripts alien tar gzip build-essential sudo autoconf libtool pkg-config -y
fi
fi