[Dist/Debian] Add the MQTT elements to nnstreamer-misc
authorWook Song <wook16.song@samsung.com>
Mon, 7 Jun 2021 02:14:54 +0000 (11:14 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 30 Jun 2021 09:47:29 +0000 (18:47 +0900)
This patch adds the MQTT elements to the nnstreamer-misc package for
Ubuntu/Debian.

Signed-off-by: Wook Song <wook16.song@samsung.com>
debian/control
debian/nnstreamer-misc.install
debian/rules

index 4b9fc61..98adc63 100644 (file)
@@ -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
 
index 82b4532..a281319 100644 (file)
@@ -1 +1,2 @@
 /usr/lib/*/gstreamer-1.0/libgstjoin.so
+/usr/lib/*/gstreamer-1.0/libgstmqtt.so
index 0dcef2f..e74272f 100755 (executable)
@@ -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: