gqrx: remove audio backend dependencies
authorGwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
Mon, 13 Feb 2017 16:13:19 +0000 (17:13 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 13 Feb 2017 21:40:09 +0000 (22:40 +0100)
Now that the gnuradio gr-audio option selects an audio backend by
default, it is no longer needed to depends on BR2_PACKAGE_ALSA_LIB or
BR2_PACKAGE_PORTAUDIO in the qgrx package.

Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/gqrx/Config.in

index 5f7a561aa834c2775753d80d15d9c06cb8de3ca7..1dc40c6d24fd1952ce033d9e7d484e0ba426e871 100644 (file)
@@ -2,13 +2,12 @@ comment "gqrx needs a toolchain w/ C++, threads, wchar"
        depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
                !BR2_USE_WCHAR
 
-comment "gqrx needs qt5, gnuradio, fftw's single precision, alsa-lib or portaudio"
+comment "gqrx needs qt5, gnuradio, fftw's single precision"
        depends on !BR2_PACKAGE_GNURADIO || !BR2_PACKAGE_FFTW_PRECISION_SINGLE || \
-               !(BR2_PACKAGE_ALSA_LIB || BR2_PACKAGE_PORTAUDIO) || !BR2_PACKAGE_QT5
+               !BR2_PACKAGE_QT5
 
 config BR2_PACKAGE_GQRX
        bool "gqrx"
-       depends on BR2_PACKAGE_ALSA_LIB || BR2_PACKAGE_PORTAUDIO # gr-audio
        depends on BR2_PACKAGE_FFTW_PRECISION_SINGLE # gnuradio
        depends on BR2_PACKAGE_GNURADIO
        depends on BR2_PACKAGE_QT5