From ff2c33e3a1659560a3e6d4c5e2c099b240d788ef Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 19 Jul 2024 21:25:57 +0200 Subject: Add support for wayland global hotkeys (global shortcuts desktop portal), only kde really supports this. Refactor x11 hotkeys (use list...), add separate key for start/stop recording/pause --- meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 9703aad..6da0e3e 100644 --- a/meson.build +++ b/meson.build @@ -8,6 +8,7 @@ elif get_option('buildtype') == 'release' endif src = [ + 'src/global_shortcuts.c', 'src/main.cpp', ] @@ -16,6 +17,7 @@ dep = [ dependency('x11'), dependency('libpulse'), dependency('ayatana-appindicator3-0.1'), + dependency('dbus-1'), ] executable('gpu-screen-recorder-gtk', src, dependencies : dep, install : true) -- cgit v1.2.3