mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06: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:
parent
115b2bc13a
commit
a177994013
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue