summaryrefslogtreecommitdiffstats
path: root/package/gqrx
diff options
context:
space:
mode:
authorGwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>2019-01-21 14:51:03 +0100
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2019-02-06 10:14:46 +0100
commite7795cc7e645542c3218f4f6e66b7dde7cce12cd (patch)
treef1af3484738e70610a114274bf23cf90f1c8f592 /package/gqrx
parent294d17d9bfb7a69d246a15796a131d02fe9c2088 (diff)
downloadbuildroot-e7795cc7e645542c3218f4f6e66b7dde7cce12cd.tar.gz
buildroot-e7795cc7e645542c3218f4f6e66b7dde7cce12cd.zip
package/gqrx: remove unneeded fftw dependency
Thanks to the new fftw package organization, gnuradio already selects the appropriate fftw precision, and there is no need to propagate the "depends on BR2_PACKAGE_FFTW_PRECISION_SINGLE" that used to be present in the gnuradio package. Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> [Thomas: reorder "depends on" as suggested by Yann] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/gqrx')
-rw-r--r--package/gqrx/Config.in19
1 files changed, 11 insertions, 8 deletions
diff --git a/package/gqrx/Config.in b/package/gqrx/Config.in
index 1dc40c6d24..a46409e333 100644
--- a/package/gqrx/Config.in
+++ b/package/gqrx/Config.in
@@ -1,22 +1,25 @@
-comment "gqrx needs a toolchain w/ C++, threads, wchar"
+comment "gqrx needs a toolchain w/ C++, threads, wchar, dynamic library"
+ depends on BR2_USE_MMU # gnuradio
+ depends on !BR2_PACKAGE_PYTHON3 # gnuradio
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
- !BR2_USE_WCHAR
+ !BR2_USE_WCHAR || !BR2_STATIC_LIBS
-comment "gqrx needs qt5, gnuradio, fftw's single precision"
- depends on !BR2_PACKAGE_GNURADIO || !BR2_PACKAGE_FFTW_PRECISION_SINGLE || \
- !BR2_PACKAGE_QT5
+comment "gqrx needs qt5"
+ depends on !BR2_PACKAGE_QT5
config BR2_PACKAGE_GQRX
bool "gqrx"
- depends on BR2_PACKAGE_FFTW_PRECISION_SINGLE # gnuradio
- depends on BR2_PACKAGE_GNURADIO
- depends on BR2_PACKAGE_QT5
+ depends on BR2_USE_MMU # gnuradio
+ depends on !BR2_STATIC_LIBS # gnuradio
depends on BR2_INSTALL_LIBSTDCPP # boost
depends on BR2_TOOLCHAIN_HAS_THREADS # boost
depends on BR2_USE_WCHAR # boost
+ depends on BR2_PACKAGE_QT5
+ depends on !BR2_PACKAGE_PYTHON3
select BR2_PACKAGE_BOOST
select BR2_PACKAGE_BOOST_PROGRAM_OPTIONS
select BR2_PACKAGE_BOOST_SYSTEM
+ select BR2_PACKAGE_GNURADIO
select BR2_PACKAGE_GNURADIO_ANALOG
select BR2_PACKAGE_GNURADIO_AUDIO
select BR2_PACKAGE_GNURADIO_BLOCKS
OpenPOWER on IntegriCloud