mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/gnuradio: add libsndfile optional dependency
libsndfile is an optional dependency since version 3.9.0.0 and
18f64ba685
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Acked-by: Gwenhael Goavec-merou <gwenhael.goavec-merou@trabucayre.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
8f4dec2107
commit
55dff4a30b
@@ -55,6 +55,9 @@ endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GNURADIO_BLOCKS),y)
|
||||
GNURADIO_CONF_OPTS += -DENABLE_GR_BLOCKS=ON
|
||||
ifeq ($(BR2_PACKAGE_LIBSNDFILE),y)
|
||||
GNURADIO_DEPENDENCIES += libsndfile
|
||||
endif
|
||||
else
|
||||
GNURADIO_CONF_OPTS += -DENABLE_GR_BLOCKS=OFF
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user