aboutsummaryrefslogtreecommitdiff
path: root/meson.build
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 /meson.build
parente249d18da9b432b957eed5b4733348ad8caea79c (diff)
Remove unused dependency
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 1 insertions, 2 deletions
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)