diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-10-27 20:57:46 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-10-27 20:57:46 +0100 |
commit | 0c5335ee65d34e45b2f9506d38cd32d56009cdad (patch) | |
tree | 5f0189b277ba03500e7e4c432632f5fab13a4a6a /README.md | |
parent | df98e6ef08499cb1343515ebbd49b89ef6e78e2d (diff) |
Mention that libxcomposite is a dependency
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |