alsa-utils: make fftw an optional dependency for alsabat
authorBaruch Siach <baruch@tkos.co.il>
Tue, 3 Jul 2018 04:29:36 +0000 (07:29 +0300)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 4 Jul 2018 20:04:16 +0000 (22:04 +0200)
commitc31637b584a49a40e3a1f72d80002fd8fea0eeee
treed510fedf5d5340224d10cb587751c23e4072e8af
parentc76380dd7c5d7c7a0827ea9619413664fd5c9773
alsa-utils: make fftw an optional dependency for alsabat

The BR2_PACKAGE_ALSA_UTILS_BAT option currently selects
BR2_PACKAGE_FFTW. However, it turns out that fftw is not a mandatory
dependency to build alsabat, just an optional dependency.

This commit therefore turns this dependency into an optional
one. However, it is not just FFTW that is necessary, but the simple
precision version of FFTW, so the optional dependency takes this into
account.

We take this opportunity to extend the Config.in help text for
BR2_PACKAGE_ALSA_UTILS_BAT.

Cc: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/alsa-utils/Config.in
package/alsa-utils/alsa-utils.mk