From d14951d2192dc39142ffa10ee27c88f8c8b4299b Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 20 Jul 2024 12:59:47 +0200 Subject: Remove unused dependency --- meson.build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meson.build') 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) -- cgit v1.2.3