1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-30 15:49:31 +00:00

src: meson.build: update libcallaudio dependency

This commit is contained in:
Arnaud Ferraris 2021-01-12 18:42:29 +01:00 committed by Evangelos Ribeiro Tzaras
parent cf38ff628b
commit 13c7f052d0

View file

@ -36,7 +36,7 @@ calls_deps = [ dependency('gobject-2.0', version: '>= 2.58'),
dependency('gom-1.0'),
dependency('libebook-contacts-1.2'),
dependency('folks'),
dependency('libcallaudio-0'),
dependency('libcallaudio-0.1'),
]
if wl_scanner.found()