diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-12-16 02:21:38 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-12-16 02:21:38 +0100 |
commit | ebd8c2726b8caac6adc00cf15c5631e51d05ba1f (patch) | |
tree | fb60d1908154aeec0ff6b568b269e97b9601d70b /README.md | |
parent | 970d87975b01cd083749179df489477b94a35f41 (diff) |
Rewrite linux global hotkey to not depend on any libraries (also allows it to work on non-systemd systems(?)), remove unused gsr-window-name
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -21,10 +21,7 @@ These are the dependencies needed to build GPU Screen Recorder UI: * x11 (libx11, libxrandr, libxrender, libxcomposite, libxfixes, libxi) * libglvnd (which provides libgl, libglx and libegl) -* libevdev -* libudev (systemd-libs) -* libinput -* libxkbcommon +* linux-api-headers ## Runtime dependencies There are also additional dependencies needed at runtime: |