aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
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)