package/nodejs: bump version to 5.6.0
[buildroot-gz.git] / package / liquid-dsp / Config.in
blobad887cb56159aaf643b2d9182273d1b4472ca353
1 comment "liquid-dsp requires a (e)glibc/musl toolchain w/ dynamic library"
2         depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC
3         depends on !(BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_MUSL) || BR2_STATIC_LIBS
5 config BR2_PACKAGE_LIQUID_DSP
6         bool "liquid-dsp"
7         depends on BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_MUSL
8         depends on !BR2_STATIC_LIBS
9         # These result in internal compiler error
10         depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC
11         help
12           Liquid-DSP is a free and open-source signal processing
13           library for software-defined radios written in C.  Its
14           purpose is to provide a set of extensible DSP modules that
15           do no rely on external dependencies or cumbersome
16           frameworks.
18           http://liquidsdr.org/
20 if BR2_PACKAGE_LIQUID_DSP
22 config BR2_PACKAGE_LIQUID_DSP_FAST
23         bool "optimize for speed over accuracy"
24         depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH
25         help
26           Optimize for speed over accuracy.
28 endif