2021-11-06 12:11:43 +01:00
|
|
|
config BR2_PACKAGE_LIBKS
|
|
|
|
bool "libks"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
|
depends on !BR2_STATIC_LIBS # dlfcn.h
|
2022-05-13 23:37:00 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # pthread_setname_np()
|
2021-11-06 12:11:43 +01:00
|
|
|
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
|
|
|
|
|
2022-05-13 23:37:00 +02:00
|
|
|
comment "libks needs a toolchain w/ C++, NPTL, dynamic library"
|
2021-11-06 12:11:43 +01:00
|
|
|
depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP \
|
2022-05-13 23:37:00 +02:00
|
|
|
|| !BR2_TOOLCHAIN_HAS_THREADS_NPTL
|