Browse Source

Update build scripts

pull/328/merge
Tux3 / Mlkj / !Lev.uXFMLA 11 years ago
parent
commit
35f548c3a1
No known key found for this signature in database
GPG Key ID: 7E086DD661263264
  1. 2
      debian/control
  2. 4
      tools/buildPackages.sh

2
debian/control vendored

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

4
tools/buildPackages.sh

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

Loading…
Cancel
Save