add missing dependencies

pull/135/head
Simon Stürz 2017-01-22 11:44:24 +01:00 committed by Michael Zanetti
parent a3311495aa
commit 4928a2a640
1 changed files with 7 additions and 0 deletions

View File

@ -25,6 +25,7 @@ apps:
command: guh-cli
plugs:
- network
- network-bind
parts:
@ -47,8 +48,10 @@ parts:
- qttools5-dev-tools
- qtconnectivity5-dev
- libqt5websockets5-dev
- libqt5serialport5-dev
- libqt5bluetooth5
- libqt5sql5-sqlite
- libqt5dbus5
- libavahi-client-dev
- libavahi-common-dev
stage-packages:
@ -60,8 +63,12 @@ parts:
- libqt5websockets5
- libqt5bluetooth5
- libqt5sql5-sqlite
- libqt5serialport5
- logrotate
- nmap
- avahi-daemon
- libavahi-client3
- libavahi-common3
after: [ guh-cli, guh-webinterface, qt5conf]
guh-cli: