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:09:40 +02:00
parent 78b9553f4f
commit 766bd6e929
No known key found for this signature in database
GPG Key ID: 7E086DD661263264
2 changed files with 2 additions and 1 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
Build-Depends: debhelper (>= 9), cdbs, qt5-qmake, libopenal-dev, libopencv-dev, libopus-dev, qtbase5-dev, sudo, autoconf
Package: qtox
Architecture: any

View File

@ -87,6 +87,7 @@ mv qTox-master $VERNAME
# Build packages
cd $VERNAME
./bootstrap.sh
debuild -us -uc
cd ..