# Phase 3 capture placeholder. libpipewire-0.3 will be added when the portal # implementation is wired in. sc_capture_sources = files('pipewire_capture.cpp') # Built even though nothing links it yet, so the stub stays compile-clean. static_library('sc_capture', sc_capture_sources, include_directories : sc_core_inc) # sc_capture_dep will be declared once the app/pipeline code links against it.