summaryrefslogtreecommitdiff
path: root/res/res_sip_mwi.c
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2013-04-26 21:52:06 +0000
committerMatthew Jordan <mjordan@digium.com>2013-04-26 21:52:06 +0000
commitc5f1eecb15d312d4286c00d22c00416824e0289a (patch)
tree24b75039fdf3c58f1be9f66114a108e74c0d280d /res/res_sip_mwi.c
parent2d1cbb43114b24ffa3d3367f3dee3b8e5301d6f1 (diff)
Add missing module dependencies to various res_sip* modules
This patch updates the various res_sip modules with their proper menuselect options and proper dependencies, such that Asterisk still has a snowball's chance in hell of compiling without pjproject. Much thanks to snuffy(-home|-work) for making everyone's life easier with this patch. Review: https://reviewboard.asterisk.org/r/2472/ (closes issue ASTERISK-21669) Reported by: snuffy patches: xml-depends.diff uploaded by snuffy (license 5024) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@386686 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_sip_mwi.c')
-rw-r--r--res/res_sip_mwi.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/res_sip_mwi.c b/res/res_sip_mwi.c
index 7d62816d0..588662f33 100644
--- a/res/res_sip_mwi.c
+++ b/res/res_sip_mwi.c
@@ -16,6 +16,12 @@
* at the top of the source tree.
*/
+/*** MODULEINFO
+ <depend>pjproject</depend>
+ <depend>res_sip</depend>
+ <support_level>core</support_level>
+ ***/
+
#include "asterisk.h"
#include <pjsip.h>