5752d18bfc
Needed to bump freeswitch to 1.10.7. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
17 lines
500 B
Plaintext
17 lines
500 B
Plaintext
config BR2_PACKAGE_LIBKS
|
|
bool "libks"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on !BR2_STATIC_LIBS # dlfcn.h
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
select BR2_PACKAGE_OPENSSL
|
|
select BR2_PACKAGE_UTIL_LINUX
|
|
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
|
|
help
|
|
Foundational support for signalwire C products
|
|
|
|
https://github.com/signalwire/libks
|
|
|
|
comment "libks needs a toolchain w/ C++, threads, dynamic library"
|
|
depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP \
|
|
|| !BR2_TOOLCHAIN_HAS_THREADS
|