From a3e3d9a974d8d1a3e12a8117ca50f53f3e38eb97 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Sun, 18 Apr 2021 21:47:27 +0200 Subject: [PATCH] Use pkgconfig for libnymea-remoteproxyclient --- debian/control | 2 +- libnymea-core/cloud/cloudtransport.h | 2 +- libnymea-core/libnymea-core.pro | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 0e33315e..c23f03c0 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 9.0.0), dpkg-dev (>= 1.16.1~), libnymea-mqtt-dev (>= 0.1.2), libnymea-networkmanager-dev (>= 0.4.0), - libnymea-remoteproxyclient-dev, + libnymea-remoteproxyclient-dev (>= 0.1.13), libnymea-zigbee-dev (>= 0.1.0), libpython3-dev, libqt5websockets5-dev, diff --git a/libnymea-core/cloud/cloudtransport.h b/libnymea-core/cloud/cloudtransport.h index fc86e4ca..58f5617e 100644 --- a/libnymea-core/cloud/cloudtransport.h +++ b/libnymea-core/cloud/cloudtransport.h @@ -33,7 +33,7 @@ #include #include "../transportinterface.h" -#include "nymea-remoteproxyclient/remoteproxyconnection.h" +#include "remoteproxyconnection.h" namespace nymeaserver { diff --git a/libnymea-core/libnymea-core.pro b/libnymea-core/libnymea-core.pro index ece76d66..793fb6ee 100644 --- a/libnymea-core/libnymea-core.pro +++ b/libnymea-core/libnymea-core.pro @@ -8,7 +8,7 @@ INCLUDEPATH += $$top_srcdir/libnymea $$top_builddir LIBS += -L$$top_builddir/libnymea/ -lnymea -lssl -lcrypto CONFIG += link_pkgconfig -PKGCONFIG += nymea-mqtt nymea-networkmanager nymea-zigbee +PKGCONFIG += nymea-mqtt nymea-networkmanager nymea-zigbee nymea-remoteproxyclient CONFIG(withoutpython) { message("Building without python support.")