add missing dependencies

This commit is contained in:
Simon Stürz 2017-01-22 11:44:24 +01:00 committed by Michael Zanetti
parent a3311495aa
commit 4928a2a640

View File

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