aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.com>2019-06-04 18:06:23 +0300
committerGeorge Kiagiadakis <george.kiagiadakis@collabora.com>2019-06-04 18:50:04 +0300
commit4fcdc4500e425badc1af4a5645e0c060161ddfaf (patch)
tree7293d634e562b67d924d3f0cc1382e188c926a67
parenta27f3b216008473d3150a3390aadedeaca868d63 (diff)
cmake: build radio_output_gstreamer when we have pipewire
The actual code does not need to change for the moment. GStreamer alsasink will redirect the stream to pipewire. Bug-AGL: SPEC-2473 Change-Id: Ibd791cc8fc4ec8f2c7ddaba82aac1de143856324 Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
-rw-r--r--binding/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/binding/CMakeLists.txt b/binding/CMakeLists.txt
index 20c8a50..949bb4b 100644
--- a/binding/CMakeLists.txt
+++ b/binding/CMakeLists.txt
@@ -56,7 +56,7 @@ PROJECT_TARGET_ADD(rtl_fm_helper)
${TARGET_NAME}.c
rtl_fm.c
convenience/convenience.c)
- if(HAVE_4A_FRAMEWORK)
+ if(HAVE_4A_FRAMEWORK OR HAVE_PIPEWIRE)
set(helper_SOURCES ${helper_SOURCES} radio_output_gstreamer.c)
PKG_CHECK_MODULES(helper_SOUND REQUIRED gstreamer-1.0)
else()