forked from desktop-app/tg_owt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow disabling X11 desktop capturing independently.
Squashed commit of the following: commit 253b09a07520a3cecb3b88b2b7e8889ab3d9158d Author: Hilton Chain <hako@ultrarare.space> Date: Fri Sep 9 22:13:15 2022 +0800 Adapt the patch with cmake_dependent_option. commit f6631bb43f353c9eafe1b1aba093e116518aa12a Author: Esteve Varela Colominas <esteve.varela@gmail.com> Date: Sun, 27 Jun 2021 23:57:04 +0200 Add -DTG_OWT_USE_X11 Allows disabling X11 desktop capturing independently of pipewire support, for the few people that run wayland without any X11 support whatsoever. This setup is untested, but supported by the GNI build system, see: * src/modules/desktop_capture/BUILD.gn (option rtc_use_x11_extensions) Toggling the WEBRTC_USE_X11 define also affects some files under src/modules/audio_device, but that falls under "X11 support", regardless... Use cmake_dependent_option to better declare variables that relate on other variables
- Loading branch information
1 parent
a5fbc91
commit 621f3da
Showing
2 changed files
with
42 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters