summaryrefslogtreecommitdiffstats
path: root/openwrt/package/depend.mk
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-05-07 19:05:51 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-05-07 19:05:51 +0000
commit6de0c2173e8c5d584c8b428b5ab05bbc124b0b42 (patch)
tree4831945f46f46345637129b422a2563ce63ed7bb /openwrt/package/depend.mk
parent00f015c40d74d0b8005e07b71d1e174c1cca5127 (diff)
make asterisk chan_bluetooth and chan_h323 modules optional,
link openh323 and pwlib statically. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3737 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/depend.mk')
-rw-r--r--openwrt/package/depend.mk8
1 files changed, 7 insertions, 1 deletions
diff --git a/openwrt/package/depend.mk b/openwrt/package/depend.mk
index 63e185b2b..f265cb581 100644
--- a/openwrt/package/depend.mk
+++ b/openwrt/package/depend.mk
@@ -116,7 +116,13 @@ wpa_supplicant-compile: openssl-compile
wx200d-compile: postgresql-compile
xsupplicant-compile: openssl-compile
-asterisk-compile: bluez-libs-compile ncurses-compile openssl-compile openh323-compile
+asterisk-compile: ncurses-compile openssl-compile
+ifneq ($(BR2_PACKAGE_ASTERISK_CHAN_BLUETOOTH),)
+asterisk-compile: bluez-libs-compile
+endif
+ifneq ($(BR2_PACKAGE_ASTERISK_CHAN_H323),)
+asterisk-compile: openh323-compile uclibc++-compile
+endif
ifneq ($(BR2_PACKAGE_ASTERISK_CODEC_SPEEX),)
asterisk-compile: speex-compile
endif