depend on network-manager, get rid of qtgui dep

This commit is contained in:
Michael Zanetti 2018-09-12 13:29:49 +02:00
parent b877b72cba
commit 860de4870b
2 changed files with 2 additions and 1 deletions

2
debian/control vendored
View File

@ -5,7 +5,6 @@ Maintainer: Simon Stürz <simon.stuerz@guh.io>
Build-Depends: debhelper (>= 9.0.0),
dpkg-dev (>= 1.16.1~),
dh-systemd,
qt5-default,
qtbase5-dev,
qtbase5-dev-tools,
libqt5bluetooth5,
@ -17,6 +16,7 @@ Architecture: any
Depends: ${misc:Depends},
libqt5network5,
libqt5bluetooth5,
network-manager,
libnymea-networkmanager (= ${binary:Version})
Description: Daemon for wireless configuration using bluetooth LE.
This daemon allows to configure a wireless network using a bluetooth

View File

@ -5,6 +5,7 @@ target.path = /usr/lib/$$system('dpkg-architecture -q DEB_HOST_MULTIARCH')
INSTALLS += target
QT += dbus network
QT -= gui
QMAKE_CXXFLAGS += -Werror -std=c++11
QMAKE_LFLAGS += -std=c++11