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 /meson.build | |
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 'meson.build')
-rw-r--r-- | meson.build | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meson.build b/meson.build index d9eaa16..f7c833d 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '3.8.0', default_options : ['warning_level=2']) +project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '4.0.0', default_options : ['warning_level=2']) add_project_arguments('-Wshadow', language : ['c', 'cpp']) if get_option('buildtype') == 'debug' @@ -16,11 +16,8 @@ src = [ dep = [ dependency('gtk+-3.0'), dependency('x11'), - dependency('xrandr'), dependency('libpulse'), dependency('libdrm'), - dependency('wayland-egl'), - dependency('wayland-client'), dependency('ayatana-appindicator3-0.1'), ] |