mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
28 lines
656 B
Plaintext
28 lines
656 B
Plaintext
comment "SoapySDR needs a toolchain w/ C++, threads, dynamic library"
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
|
|
BR2_STATIC_LIBS
|
|
|
|
config BR2_PACKAGE_SOAPY_SDR
|
|
bool "SoapySDR"
|
|
depends on !BR2_STATIC_LIBS
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
help
|
|
Soapy SDR - vendor and platform neutral SDR support library.
|
|
|
|
https://github.com/pothosware/SoapySDR/wiki
|
|
|
|
if BR2_PACKAGE_SOAPY_SDR
|
|
|
|
config BR2_PACKAGE_SOAPY_SDR_APPS
|
|
bool "apps support"
|
|
help
|
|
Enable apps
|
|
|
|
config BR2_PACKAGE_SOAPY_SDR_PYTHON
|
|
bool "python support"
|
|
depends on BR2_PACKAGE_PYTHON3
|
|
help
|
|
Enable python binding
|
|
endif
|