From abf7b94bb2f565a2a0202192398af7081f7c2eff Mon Sep 17 00:00:00 2001 From: Sangjung Woo Date: Mon, 27 May 2024 15:59:21 +0900 Subject: [PATCH] [Spec] Disable mqtt option for DA products This patch disables the mqtt option in the case of DA products. Signed-off-by: Sangjung Woo --- packaging/nnstreamer-edge.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packaging/nnstreamer-edge.spec b/packaging/nnstreamer-edge.spec index 89729c3..fa63612 100644 --- a/packaging/nnstreamer-edge.spec +++ b/packaging/nnstreamer-edge.spec @@ -8,6 +8,11 @@ %define mqtt_support 0 %endif +# Disable mosquitto for DA products +%if 0%{?_with_da_profile} +%define mqtt_support 0 +%endif + %bcond_with tizen Name: nnstreamer-edge -- 2.34.1