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
78b9553f4f
commit
766bd6e929
2
debian/control
vendored
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
|
Build-Depends: debhelper (>= 9), cdbs, qt5-qmake, libopenal-dev, libopencv-dev, libopus-dev, qtbase5-dev, sudo, autoconf
|
||||||
|
|
||||||
Package: qtox
|
Package: qtox
|
||||||
Architecture: any
|
Architecture: any
|
||||||
|
|
|
@ -87,6 +87,7 @@ mv qTox-master $VERNAME
|
||||||
|
|
||||||
# Build packages
|
# Build packages
|
||||||
cd $VERNAME
|
cd $VERNAME
|
||||||
|
./bootstrap.sh
|
||||||
debuild -us -uc
|
debuild -us -uc
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user