X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/23a7d4a41b7d74d4fae27bf9564aaf71e5fa68de..33ac34cace5948dc553ee9a231216d0bc962e3f1:/openwrt/package/depend.mk diff --git a/openwrt/package/depend.mk b/openwrt/package/depend.mk index 63e185b2b..35e81b18b 100644 --- a/openwrt/package/depend.mk +++ b/openwrt/package/depend.mk @@ -46,6 +46,7 @@ libxslt-compile: libxml2-compile lighttpd-compile: openssl-compile pcre-compile libxml2-compile sqlite-compile logrotate-compile: popt-compile madplay-compile: libid3tag-compile libmad-compile +matrixtunnel-compile: matrixssl-compile miax-compile: bluez-libs-compile miredo-compile: uclibc++-compile monit-compile: openssl-compile @@ -116,7 +117,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 @@ -280,3 +287,6 @@ endif ifneq ($(BR2_PACKAGE_ULOGD_MOD_PGSQL),) ulogd-compile: postgresql-compile endif +ifneq ($(BR2_PACKAGE_ULOGD_MOD_SQLITE),) +ulogd-compile: sqlite-compile +endif