diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-06-03 02:45:38 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-06-08 22:32:12 +0200 |
commit | 7029547647d2d66596b8bb4307500376edad11a9 (patch) | |
tree | 0c3d85c14eef98048041dd57a5513a7490879c9f /README.md | |
parent | Remove WinMain (diff) | |
download | nheko-7029547647d2d66596b8bb4307500376edad11a9.tar.xz |
Link XCB always if X11 support is on
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
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) |