[host] linux: build with PipeWire by default

Since the client already depends on PipeWire by default, there is no
reason why the host shouldn't.
This commit is contained in:
Quantum 2022-02-11 19:41:46 -05:00 committed by Geoffrey McRae
parent 202116786c
commit f01489720f

View File

@ -4,7 +4,7 @@ project(capture LANGUAGES C)
include("PreCapture")
option(USE_XCB "Enable XSHM Support" ON)
option(USE_PIPEWIRE "Enable Pipewire Support" OFF)
option(USE_PIPEWIRE "Enable PipeWire Support" ON)
if (USE_XCB)
add_capture("XCB")