From d14951d2192dc39142ffa10ee27c88f8c8b4299b Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 20 Jul 2024 12:59:47 +0200 Subject: Remove unused dependency --- TODO | 2 ++ meson.build | 3 +-- project.conf | 1 - 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index ec156b4..46cb5eb 100644 --- a/TODO +++ b/TODO @@ -29,3 +29,5 @@ Add refresh button for audio devices. Put it beside the "add" button. In the new Gray out monitor capture on intel if plane is compressed. Show the user to desktop portal capture instead. Look at showmethekey https://github.com/AlynxZhou/showmethekey to see how to do global hotkeys without x11/wayland. + +Detect when using hyprland to show a popup when pressing "register hotkeys" to explain to the user to run `hyprctl globalshortcuts` and how to bind that to keys with for example `bind = SUPERSHIFT, R, global, :gpu_screen_recorder_start_recording` \ No newline at end of file diff --git a/meson.build b/meson.build index 6da0e3e..5851485 100644 --- a/meson.build +++ b/meson.build @@ -17,7 +17,6 @@ dep = [ dependency('x11'), dependency('libpulse'), dependency('ayatana-appindicator3-0.1'), - dependency('dbus-1'), ] executable('gpu-screen-recorder-gtk', src, dependencies : dep, install : true) @@ -29,4 +28,4 @@ install_data(files('com.dec05eba.gpu_screen_recorder.appdata.xml'), install_dir install_subdir('icons/hicolor', install_dir : join_paths(prefix, datadir, 'icons')) gnome = import('gnome') -gnome.post_install(gtk_update_icon_cache : true, update_desktop_database : true) \ No newline at end of file +gnome.post_install(gtk_update_icon_cache : true, update_desktop_database : true) diff --git a/project.conf b/project.conf index 0b357c9..9792588 100644 --- a/project.conf +++ b/project.conf @@ -13,4 +13,3 @@ gtk+-3.0 = "3" x11 = "1" libpulse = ">=13" ayatana-appindicator3-0.1 = ">=0" -dbus-1 = ">=1" -- cgit v1.2.3