From d076e517c260c28054e7e64dd3f04a7626e59f67 Mon Sep 17 00:00:00 2001 From: Wook Song Date: Mon, 7 Jun 2021 11:14:54 +0900 Subject: [PATCH] [Dist/Debian] Add the MQTT elements to nnstreamer-misc This patch adds the MQTT elements to the nnstreamer-misc package for Ubuntu/Debian. Signed-off-by: Wook Song --- debian/control | 2 +- debian/nnstreamer-misc.install | 1 + debian/rules | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 4b9fc61..98adc63 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Build-Depends: gcc-9 | gcc-8 | gcc-7 | gcc-6 | gcc-5 (>=5.4), tensorflow2-lite-dev, openvino-dev, openvino-cpu-mkldnn [amd64], libflatbuffers-dev, flatbuffers-compiler, protobuf-compiler (>=3.12), libprotobuf-dev [amd64 arm64 armhf], - tensorflow-dev [amd64], python2.7-dev, flex, bison, tvm-runtime-dev + tensorflow-dev [amd64], libpaho-mqtt-dev, python2.7-dev, flex, bison, tvm-runtime-dev Standards-Version: 3.9.6 Homepage: https://github.com/nnstreamer/nnstreamer diff --git a/debian/nnstreamer-misc.install b/debian/nnstreamer-misc.install index 82b4532..a281319 100644 --- a/debian/nnstreamer-misc.install +++ b/debian/nnstreamer-misc.install @@ -1 +1,2 @@ /usr/lib/*/gstreamer-1.0/libgstjoin.so +/usr/lib/*/gstreamer-1.0/libgstmqtt.so diff --git a/debian/rules b/debian/rules index 0dcef2f..e74272f 100755 --- a/debian/rules +++ b/debian/rules @@ -35,7 +35,7 @@ override_dh_auto_clean: override_dh_auto_configure: mkdir -p ${BUILDDIR} meson --buildtype=plain --prefix=/usr --sysconfdir=/etc --libdir=lib/$(DEB_HOST_MULTIARCH) --bindir=lib/nnstreamer/bin --includedir=include \ - -Denable-edgetpu=true -Denable-openvino=true -Dgrpc-support=disabled -Dmqtt-support=disabled \ + -Denable-edgetpu=true -Denable-openvino=true -Dgrpc-support=disabled \ -Denable-tizen=false -Denable-test=true -Dinstall-test=true ${BUILDDIR} override_dh_auto_build: -- 2.7.4