depend on network-manager, get rid of qtgui dep
This commit is contained in:
parent
b877b72cba
commit
860de4870b
2
debian/control
vendored
2
debian/control
vendored
@ -5,7 +5,6 @@ Maintainer: Simon Stürz <simon.stuerz@guh.io>
|
|||||||
Build-Depends: debhelper (>= 9.0.0),
|
Build-Depends: debhelper (>= 9.0.0),
|
||||||
dpkg-dev (>= 1.16.1~),
|
dpkg-dev (>= 1.16.1~),
|
||||||
dh-systemd,
|
dh-systemd,
|
||||||
qt5-default,
|
|
||||||
qtbase5-dev,
|
qtbase5-dev,
|
||||||
qtbase5-dev-tools,
|
qtbase5-dev-tools,
|
||||||
libqt5bluetooth5,
|
libqt5bluetooth5,
|
||||||
@ -17,6 +16,7 @@ Architecture: any
|
|||||||
Depends: ${misc:Depends},
|
Depends: ${misc:Depends},
|
||||||
libqt5network5,
|
libqt5network5,
|
||||||
libqt5bluetooth5,
|
libqt5bluetooth5,
|
||||||
|
network-manager,
|
||||||
libnymea-networkmanager (= ${binary:Version})
|
libnymea-networkmanager (= ${binary:Version})
|
||||||
Description: Daemon for wireless configuration using bluetooth LE.
|
Description: Daemon for wireless configuration using bluetooth LE.
|
||||||
This daemon allows to configure a wireless network using a bluetooth
|
This daemon allows to configure a wireless network using a bluetooth
|
||||||
|
|||||||
@ -5,6 +5,7 @@ target.path = /usr/lib/$$system('dpkg-architecture -q DEB_HOST_MULTIARCH')
|
|||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
QT += dbus network
|
QT += dbus network
|
||||||
|
QT -= gui
|
||||||
|
|
||||||
QMAKE_CXXFLAGS += -Werror -std=c++11
|
QMAKE_CXXFLAGS += -Werror -std=c++11
|
||||||
QMAKE_LFLAGS += -std=c++11
|
QMAKE_LFLAGS += -std=c++11
|
||||||
|
|||||||
Reference in New Issue
Block a user