summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index d396a42..33ea224 100644
--- a/meson.build
+++ b/meson.build
@@ -33,7 +33,7 @@ xcb_dep = [dependency('xcb', version: '>= 1.14'),
xcb_xrm_dep = dependency('xcb-xrm', version: '>= 1.0', required: false)
-dbus_dep = dependency('sdbus-c++', version: '>= 0.8.3')
+dbus_dep = dependency('sdbus-c++', version: '>= 2.0.0')
timer_sources = [
'src/args.cc',