* [Buildroot] [PATCH 1/1] package/minimodem: add BR2_PACKAGE_FFTW select
@ 2019-09-28 18:54 Fabrice Fontaine
2019-09-28 19:47 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2019-09-28 18:54 UTC (permalink / raw)
To: buildroot
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>
---
package/minimodem/Config.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/minimodem/Config.in b/package/minimodem/Config.in
index cbf0b73db1..7d4efb6900 100644
--- a/package/minimodem/Config.in
+++ b/package/minimodem/Config.in
@@ -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
--
2.23.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-09-28 19:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-28 18:54 [Buildroot] [PATCH 1/1] package/minimodem: add BR2_PACKAGE_FFTW select Fabrice Fontaine
2019-09-28 19:47 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox