ubuntu: force enable mqtt
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Tue, 2 Aug 2022 09:53:32 +0000 (18:53 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 5 Aug 2022 04:26:16 +0000 (13:26 +0900)
Force-enable mqtt for PPA / pdebuild builds.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
debian/rules

index 5c0c6e5..0bbab53 100755 (executable)
@@ -43,7 +43,7 @@ override_dh_auto_configure:
        mkdir -p ${BUILDDIR}
 ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes), yes)
        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 \
+       -Denable-edgetpu=true -Denable-openvino=true -Dgrpc-support=disabled -Dmqtt-support=enabled \
        -Denable-tizen=false -Denable-test=true -Dinstall-test=true -Dsubplugindir=/usr/lib/nnstreamer $(FLOAT16) ${BUILDDIR}
 else
        # Debian has less packages ready.