diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-07-17 19:04:09 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-07-17 19:04:09 +0200 |
commit | 91d725840e2d518bd11dbd446ac133b095f03148 (patch) | |
tree | 89563160ec8f1e402df99eb1bec31c400090e2a4 /project.conf | |
parent | 078b8dd97c201ba4df77f6bae0002639764e52a6 (diff) |
Remove code duplicated from gpu-screen-recorder (opengl, display server, drm and monitors) and get that information from gpu-screen-recorder instead
Diffstat (limited to 'project.conf')
-rw-r--r-- | project.conf | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/project.conf b/project.conf index 164cf6b..93a66cd 100644 --- a/project.conf +++ b/project.conf @@ -1,7 +1,7 @@ [package] name = "gpu-screen-recorder-gtk" type = "executable" -version = "3.8.0" +version = "4.0.0" platforms = ["posix"] [config] @@ -11,9 +11,6 @@ error_on_warning = "true" [dependencies] gtk+-3.0 = "3" x11 = "1" -xrandr = "1" libpulse = ">=13" libdrm = ">=2" -wayland-egl = ">=15" -wayland-client = ">=1" ayatana-appindicator3-0.1 = ">=0" |