Merge pull request #107293 from numinit/sdrangel-soapysdr
sdrangel: add soapysdr dependency
This commit is contained in:
commit
3cb87bb668
1 changed files with 2 additions and 1 deletions
|
@ -26,6 +26,7 @@ qtserialport,
|
|||
qtwebsockets,
|
||||
rtl-sdr,
|
||||
serialdv,
|
||||
soapysdr-with-plugins,
|
||||
uhd
|
||||
}:
|
||||
|
||||
|
@ -46,7 +47,7 @@ mkDerivation rec {
|
|||
glew opencv3 libusb1 boost libopus limesuite libav libiio libpulseaudio
|
||||
qtbase qtwebsockets qtmultimedia rtl-sdr airspy hackrf
|
||||
fftwFloat codec2 cm256cc serialdv qtserialport
|
||||
libbladeRF uhd
|
||||
libbladeRF uhd soapysdr-with-plugins
|
||||
];
|
||||
cmakeFlags = [
|
||||
"-DLIBSERIALDV_INCLUDE_DIR:PATH=${serialdv}/include/serialdv"
|
||||
|
|
Loading…
Reference in a new issue