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:
parent
2047f8dc8d
commit
2c224b6f3a
2
debian/control
vendored
2
debian/control
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user