From f7e9fe200e751bc209803c17d4cbac8785460ed7 Mon Sep 17 00:00:00 2001 From: digger vermont Date: Sat, 9 Jul 2016 21:18:30 -0400 Subject: [PATCH] Enable hamlib in SoapyAudio. Explicitly enable pulseaudio in SoapyAudio --- flatpak/org.gnome.cubicSDR.json | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/flatpak/org.gnome.cubicSDR.json b/flatpak/org.gnome.cubicSDR.json index 175d6fa..299c3d8 100644 --- a/flatpak/org.gnome.cubicSDR.json +++ b/flatpak/org.gnome.cubicSDR.json @@ -27,6 +27,13 @@ "make-args": ["-j4"], "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", "cmake": true, @@ -74,7 +81,7 @@ { "name": "SoapyAudio", "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"], "sources": [ { "type": "git", "url": "https://github.com/pothosware/SoapyAudio.git" } ] }, @@ -84,12 +91,6 @@ "cxxflags": [ "-std=c++0x" ], "make-args": ["-j4"], "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",