mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-27 03:21:49 +02:00
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:
committed by
Guillaume Le Vaillant
parent
115b2bc13a
commit
a177994013
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user