From: Sebastian Kemper Date: Sat, 15 Oct 2022 07:56:09 +0000 (+0200) Subject: rtpengine: add mqtt dep X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=refs%2Fpull%2F781%2Fhead;p=feed%2Ftelephony.git rtpengine: add mqtt dep rtpengine will use the lib if found, so add it. Signed-off-by: Sebastian Kemper --- 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 \