mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
meson: require sdbus-c++ 2.0+
Change-Id: I4db2d2425ff52b599c3e648673313ed90e031126
This commit is contained in:

committed by
Adrien Béraud

parent
3fa3f7bad9
commit
88ffdfb299
@ -35,7 +35,7 @@ depjsoncpp = dependency('jsoncpp', version: '>= 1.6.5')
|
||||
depzlib = dependency('zlib')
|
||||
|
||||
if get_option('interfaces').contains('dbus')
|
||||
depsdbuscpp = dependency('sdbus-c++', version: '>= 1.2.0')
|
||||
depsdbuscpp = dependency('sdbus-c++', version: '>= 2.0.0')
|
||||
progsdbuscppxml2cpp = find_program('sdbus-c++-xml2cpp', native: true)
|
||||
endif
|
||||
|
||||
|
Reference in New Issue
Block a user