From 6de0c2173e8c5d584c8b428b5ab05bbc124b0b42 Mon Sep 17 00:00:00 2001 From: nico Date: Sun, 7 May 2006 19:05:51 +0000 Subject: 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 --- openwrt/package/depend.mk | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'openwrt/package/depend.mk') 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 -- cgit v1.2.3