mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
gio/tests/meson: Add fake-service-name as gdbus-names dependency
It uses a fake name owner that we didn't depend on
This commit is contained in:
parent
ed013f9550
commit
407c45ddaf
@ -388,7 +388,10 @@ if host_machine.system() != 'windows'
|
|||||||
'extra_programs': extra_programs,
|
'extra_programs': extra_programs,
|
||||||
},
|
},
|
||||||
'gdbus-method-invocation' : {'extra_sources' : extra_sources},
|
'gdbus-method-invocation' : {'extra_sources' : extra_sources},
|
||||||
'gdbus-names' : {'extra_sources' : extra_sources},
|
'gdbus-names' : {
|
||||||
|
'extra_sources' : extra_sources,
|
||||||
|
'extra_programs' : ['fake-service-name'],
|
||||||
|
},
|
||||||
'gdbus-proxy' : {
|
'gdbus-proxy' : {
|
||||||
'extra_sources' : extra_sources,
|
'extra_sources' : extra_sources,
|
||||||
'extra_programs': extra_programs,
|
'extra_programs': extra_programs,
|
||||||
|
Loading…
Reference in New Issue
Block a user