From 4fcdc4500e425badc1af4a5645e0c060161ddfaf Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Tue, 4 Jun 2019 18:06:23 +0300 Subject: 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 --- binding/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- cgit 1.2.3-korg