Add dependency on ncurses for asterisk
SVN-Revision: 1306
This commit is contained in:
parent
02da5cee9d
commit
55e75077c7
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ vtun-compile: zlib-compile openssl-compile lzo-compile
|
||||||
wificonf-compile: openwrt-compile wireless-tools-compile
|
wificonf-compile: openwrt-compile wireless-tools-compile
|
||||||
wpa_supplicant-compile: openssl-compile
|
wpa_supplicant-compile: openssl-compile
|
||||||
|
|
||||||
asterisk-compile: openssl-compile
|
asterisk-compile: ncurses-compile openssl-compile
|
||||||
ifneq ($(BR2_PACKAGE_ASTERISK_CODEC_SPEEX),)
|
ifneq ($(BR2_PACKAGE_ASTERISK_CODEC_SPEEX),)
|
||||||
asterisk-compile: speex-compile
|
asterisk-compile: speex-compile
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue