summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@opera.com>2024-11-19 20:31:03 +0100
committerJoel Klinghed <the_jk@opera.com>2024-11-19 20:31:03 +0100
commita2442059f01c17f9051135495ebbda8bbe87f05b (patch)
tree1511d152756e9ca5c6a4c62eb3affa251c01c0b0 /meson.build
parentbcff12595b913ad8b342f6aab9b8deb25f246ff7 (diff)
Support sdbus++ 2.0.0 APIHEADmaster
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',