aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-11-28 12:16:49 +0100
committerdec05eba <dec05eba@protonmail.com>2024-11-28 12:16:49 +0100
commitece3d02e0a34d7a90d3e3d21fc426f4954ddfe86 (patch)
treee114feeaef3f6c981ba942e95b865ca86f869181 /README.md
parent5cfca3e55a49e8656c987c1e8b15da3c4380d6ff (diff)
Fix window not being fullscreen on multi monitor systems on cinnamon. Fix some applications getting minimized when opening the ui
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 4f6fec8..a310c2a 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ GPU Screen Recorder UI uses meson build system so you need to install `meson` to
## Build dependencies
These are the dependencies needed to build GPU Screen Recorder UI:
-* x11 (libx11, libxrandr, libxrender, libxfixes, libxcomposite)
+* x11 (libx11, libxrandr, libxrender, libxcomposite, libxfixes, libxi)
* libglvnd (which provides libgl, libglx and libegl)
* libevdev
* libudev (systemd-libs)