package/minimodem: add BR2_PACKAGE_FFTW select
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sat, 28 Sep 2019 18:54:44 +0000 (20:54 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 28 Sep 2019 19:32:57 +0000 (21:32 +0200)
Fixes following warning:

WARNING: unmet direct dependencies detected for BR2_PACKAGE_FFTW_SINGLE
  Depends on [n]: BR2_PACKAGE_FFTW [=n]
  Selected by [y]:
  - BR2_PACKAGE_MINIMODEM [=y]

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/minimodem/Config.in

index cbf0b73db1bc378cceb77dd6316d490ce889673f..7d4efb690090cf6c39aa8ceed2068d77c8c13a4f 100644 (file)
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_MINIMODEM
        bool "minimodem"
+       select BR2_PACKAGE_FFTW
        select BR2_PACKAGE_FFTW_SINGLE
        select BR2_PACKAGE_LIBSNDFILE if !BR2_PACKAGE_ALSA_LIB_PCM && !BR2_PACKAGE_PULSEAUDIO
        help