mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-09-14 04:37:49 -04:00
Enable hamlib in SoapyAudio.
Explicitly enable pulseaudio in SoapyAudio
This commit is contained in:
parent
26b2ef6228
commit
f7e9fe200e
@ -27,6 +27,13 @@
|
|||||||
"make-args": ["-j4"],
|
"make-args": ["-j4"],
|
||||||
"sources": [ { "type": "archive", "path": "../SOURCES/glu-9.0.0.tar.gz" } ]
|
"sources": [ { "type": "archive", "path": "../SOURCES/glu-9.0.0.tar.gz" } ]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "hamlib",
|
||||||
|
"config-opts": ["" ],
|
||||||
|
"cxxflags": [ "" ],
|
||||||
|
"make-args": ["-j4"],
|
||||||
|
"sources": [ { "type": "archive", "path": "../SOURCES/hamlib-3.0.1.tar.gz" } ]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "SoapySDR",
|
"name": "SoapySDR",
|
||||||
"cmake": true,
|
"cmake": true,
|
||||||
@ -74,7 +81,7 @@
|
|||||||
{
|
{
|
||||||
"name": "SoapyAudio",
|
"name": "SoapyAudio",
|
||||||
"cmake": true,
|
"cmake": true,
|
||||||
"config-opts": ["-DCMAKE_BUILD_TYPE=Release"],
|
"config-opts": ["-DCMAKE_BUILD_TYPE=Release", "-DUSE_HAMLIB=1", "-DUSE_AUDIO_PULSE=1", "-DUSE_AUDIO_ALSA=0" ],
|
||||||
"make-args": ["-j4"],
|
"make-args": ["-j4"],
|
||||||
"sources": [ { "type": "git", "url": "https://github.com/pothosware/SoapyAudio.git" } ]
|
"sources": [ { "type": "git", "url": "https://github.com/pothosware/SoapyAudio.git" } ]
|
||||||
},
|
},
|
||||||
@ -84,12 +91,6 @@
|
|||||||
"cxxflags": [ "-std=c++0x" ],
|
"cxxflags": [ "-std=c++0x" ],
|
||||||
"make-args": ["-j4"],
|
"make-args": ["-j4"],
|
||||||
"sources": [ { "type": "archive", "path": "../SOURCES/wxWidgets-3.1.0.tar.bz2" } ]
|
"sources": [ { "type": "archive", "path": "../SOURCES/wxWidgets-3.1.0.tar.bz2" } ]
|
||||||
},{
|
|
||||||
"name": "hamlib",
|
|
||||||
"config-opts": ["" ],
|
|
||||||
"cxxflags": [ "" ],
|
|
||||||
"make-args": ["-j4"],
|
|
||||||
"sources": [ { "type": "archive", "path": "../SOURCES/hamlib-3.0.1.tar.gz" } ]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "CubicSDR",
|
"name": "CubicSDR",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user