mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-25 23:07:18 +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")
|
include("PreCapture")
|
||||||
|
|
||||||
option(USE_XCB "Enable XSHM Support" ON)
|
option(USE_XCB "Enable XSHM Support" ON)
|
||||||
option(USE_PIPEWIRE "Enable Pipewire Support" OFF)
|
option(USE_PIPEWIRE "Enable PipeWire Support" ON)
|
||||||
|
|
||||||
if (USE_XCB)
|
if (USE_XCB)
|
||||||
add_capture("XCB")
|
add_capture("XCB")
|
||||||
|
Loading…
Reference in New Issue
Block a user