mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 05:27:20 +00:00
[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:
parent
202116786c
commit
f01489720f
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user