mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-12 07:37:35 +00:00
src: meson.build: update libcallaudio dependency
This commit is contained in:
parent
cf38ff628b
commit
13c7f052d0
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ calls_deps = [ dependency('gobject-2.0', version: '>= 2.58'),
|
||||||
dependency('gom-1.0'),
|
dependency('gom-1.0'),
|
||||||
dependency('libebook-contacts-1.2'),
|
dependency('libebook-contacts-1.2'),
|
||||||
dependency('folks'),
|
dependency('folks'),
|
||||||
dependency('libcallaudio-0'),
|
dependency('libcallaudio-0.1'),
|
||||||
]
|
]
|
||||||
|
|
||||||
if wl_scanner.found()
|
if wl_scanner.found()
|
||||||
|
|
Loading…
Reference in a new issue