package/liquid-dsp: add missing dependency on fftw
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 12 Dec 2018 09:04:58 +0000 (10:04 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 13 Dec 2018 20:18:00 +0000 (21:18 +0100)
commit2517fa73edcb48d05fae7795ea75591e004a0177
tree214ec4b1552798271e9363d3fdcca88eb79f7d4d
parentc2a1bcb1b3e56c16a8433a516646d4eb8581fd91
package/liquid-dsp: add missing dependency on fftw

When one of BR2_PACKAGE_FFTW_PRECISION_* is enabled, liquid-dsp links
against fftw3f, fftw3 or fftw3l, but forgets to add the fftw package
in its dependencies. It works fine in practice because "fftw" is
before "liquid-dsp" in the alphabetic ordering, but building with
"make liquid-dsp" or with per-package directory causes a build
failure.

Fix that by adding the missing dependencies.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Tested-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
Reviewed-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/liquid-dsp/liquid-dsp.mk