aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-10-27 20:57:46 +0100
committerdec05eba <dec05eba@protonmail.com>2024-10-27 20:57:46 +0100
commit0c5335ee65d34e45b2f9506d38cd32d56009cdad (patch)
tree5f0189b277ba03500e7e4c432632f5fab13a4a6a /README.md
parentdf98e6ef08499cb1343515ebbd49b89ef6e78e2d (diff)
Mention that libxcomposite is a dependency
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8dfdb15..72a488a 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,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)
+* x11 (libx11, libxrandr, libxrender, libxfixes, libxcomposite)
* libglvnd (which provides libgl, libglx and libegl)
# Installation
@@ -21,4 +21,4 @@ This software is licensed under GPL3.0-only. Files under `fonts/` directory are
# Screenshots
![](https://dec05eba.com/images/gsr-overlay-screenshot-front.webp)
-![](https://dec05eba.com/images/gsr-overlay-screenshot-settings.webp) \ No newline at end of file
+![](https://dec05eba.com/images/gsr-overlay-screenshot-settings.webp)