rtpproxy: add missing dependency for libsrtp2
authorChristian Marangi <[email protected]>
Fri, 21 Nov 2025 15:02:24 +0000 (16:02 +0100)
committerChristian Marangi <[email protected]>
Fri, 21 Nov 2025 15:02:24 +0000 (16:02 +0100)
New rtpproxy package adds support for libsrtp2 if detected. In the
context of buildbot every package gets selected and libsrtp2 support
gets selected automatically with rtpproxy.

Add this extra dependency directly to rtpproxy to fix build error.

Signed-off-by: Christian Marangi <[email protected]>
net/rtpproxy/Makefile

index f3893abc35193ea7d7b14998e633b48db19f63b9..cf6c0eddaafd31a04c1021768c64935a6f262897 100644 (file)
@@ -37,7 +37,7 @@ endef
 
 define Package/rtpproxy
 $(call Package/rtpproxy/Default)
-  DEPENDS:=+libatomic +libpthread +librt
+  DEPENDS:=+libsrtp2 +libatomic +libpthread +librt
   TITLE:=RTP (Realtime Transport Protocol) proxy
   MENU:=1
 endef