summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2023-06-03 02:45:38 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2023-06-08 22:32:12 +0200
commit7029547647d2d66596b8bb4307500376edad11a9 (patch)
tree0c3d85c14eef98048041dd57a5513a7490879c9f /README.md
parentRemove WinMain (diff)
downloadnheko-7029547647d2d66596b8bb4307500376edad11a9.tar.xz
Link XCB always if X11 support is on
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 46e6b9a2..73f8587d 100644
--- a/README.md
+++ b/README.md
@@ -249,7 +249,7 @@ KDE has similar plugins, that can extend the supported image types even more.
     - Voice call support: dtls, opus, rtpmanager, srtp, webrtc
     - Video call support (optional): compositor, opengl, qmlgl, rtp, vpx
     - [libnice](https://gitlab.freedesktop.org/libnice/libnice)
-- XCB, XCB-EWMH: For screensharing support on X11. VOIP needs to be enabled. Can be disabled with `-DSCREENSHARE_X11=OFF`.
+- XCB, XCB-EWMH: For screensharing support on X11 and setting window roles. Can be disabled with `-DSCREENSHARE_X11=OFF`.
 - [qtkeychain](https://github.com/frankosterfeld/qtkeychain) (You need at least version 0.12 for proper Gnome Keychain support. The bundled version requires libsecret, unless you pass `-DLIBSECRET_SUPPORT=OFF`.)
 - A compiler that supports C++ 20:
     - Clang 16 (Only clazy 16 is tested in CI)