Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKlemens Nanni <klemens@posteo.de>2022-01-21 03:01:04 +0300
committerKlemens Nanni <klemens@posteo.de>2022-01-21 22:06:53 +0300
commit904bae159d519474e82525c616167b0b2cac592a (patch)
tree7f0cb84f2f1f58089d0a7ecf6895f89db6a8c27a /docs
parenta517b06fb5a693e4cb3bc7704b657793ee638430 (diff)
BUILD(client): Enable XInput2 support on OpenBSD by default
The library is readily available in OpenBSD's version of X[0]. Follow suit with Linux in enabling. Noticed by the warning upon startup: ``` -<W>2022-01-21 02:30:40.548 GlobalShortcutX: No XInput support, falling back to polled input. This wastes a lot of CPU resources, so please enable one of the other methods. +<W>2022-01-21 02:34:00.159 GlobalShortcutX: Using XI2 2.4 ``` 0: https://xenocara.org/
Diffstat (limited to 'docs')
-rw-r--r--docs/dev/build-instructions/cmake_options.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/build-instructions/cmake_options.md b/docs/dev/build-instructions/cmake_options.md
index 18c05202d..67dfed9b0 100644
--- a/docs/dev/build-instructions/cmake_options.md
+++ b/docs/dev/build-instructions/cmake_options.md
@@ -266,7 +266,7 @@ Build support for global shortcuts from Xbox controllers via the XInput DLL.
### xinput2
-Build support for XI2
+Build support for XI2.
(Default: ON)
### zeroconf