diff options
-rw-r--r-- | binding/CMakeLists.txt | 2 |
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() |