gnu: sdr++: Compile with PlutoSDR support.

* gnu/packages/radio.scm (sdr++)[inputs]: Add libad9361 and libiio.
  [arguments]{#:configure-flags}: Compile with PlutoSDR support.

Change-Id: I82206343928e39c235be741b61c6d55e7993e92c
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
Rutherther 2025-04-20 18:47:21 +02:00 committed by Guillaume Le Vaillant
parent 115b2bc13a
commit a177994013
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -2902,6 +2902,8 @@ various hardware.")
glfw
hackrf
jack-2
libad9361
libiio
libusb
pulseaudio
rtaudio
@ -2912,7 +2914,7 @@ various hardware.")
(arguments
(list #:tests? #f ; No test suite.
#:configure-flags #~(list "-DOPT_BUILD_BLADERF_SOURCE=ON"
"-DOPT_BUILD_PLUTOSDR_SOURCE=OFF"
"-DOPT_BUILD_PLUTOSDR_SOURCE=ON"
"-DOPT_BUILD_M17_DECODER=ON")
#:phases
#~(modify-phases %standard-phases