From 2a13d2eb1e8f46229a0d1410d6ab1c5f3490d65d Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Sat, 15 Oct 2022 09:56:09 +0200 Subject: [PATCH] rtpengine: add mqtt dep rtpengine will use the lib if found, so add it. Signed-off-by: Sebastian Kemper --- net/rtpengine/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/rtpengine/Makefile b/net/rtpengine/Makefile index e60de94..5967cb3 100644 --- a/net/rtpengine/Makefile +++ b/net/rtpengine/Makefile @@ -45,6 +45,7 @@ ENGINE_DEPENDS := \ +libevent2-pthreads \ +libhiredis \ +libip4tc \ + +libmosquitto \ +libopenssl \ +libpcap \ +libpcre \ -- 2.30.2