kumquat-buildroot/package/audio/asterisk/Config.in
Daniel Laird 76235a15b3 audio: Move all audio packages into audio subdir
Moved all audio packages into a subdir called audio.
I then created a Config.in and made sure that a audio.mk 
existed.

Daniel Laird
2008-09-05 12:06:50 +00:00

13 lines
319 B
Plaintext

config BR2_PACKAGE_ASTERISK
bool "asterisk"
select BR2_PACKAGE_NCURSES
select BR2_PACKAGE_ZLIB
depends on BR2_PACKAGE_OPENSSL
depends on BR2_PACKAGE_MPG123
help
Asterisk - the Open Source PBX
comment "asterisk - disabled (required openssl and mpg123)"
depends on !BR2_PACKAGE_OPENSSL || ! BR2_PACKAGE_MPG123