aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-07-20 12:59:47 +0200
committerdec05eba <dec05eba@protonmail.com>2024-07-20 12:59:47 +0200
commitd14951d2192dc39142ffa10ee27c88f8c8b4299b (patch)
tree8813a5575649a0af6d46ead7dab396d97ea3b36f
parente249d18da9b432b957eed5b4733348ad8caea79c (diff)
Remove unused dependency
-rw-r--r--TODO2
-rw-r--r--meson.build3
-rw-r--r--project.conf1
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"