Add build dependencies for Folks

Flatpak manifest updates courtesy of gnome-contacts.
This commit is contained in:
Michael Gratton 2019-02-26 22:54:28 +11:00 committed by Michael James Gratton
parent d93e5fe879
commit 742aca2b0c
6 changed files with 105 additions and 29 deletions

View file

@ -54,6 +54,7 @@ webkit2gtk = dependency('webkit2gtk-4.0', version: '>=' + target_webkit)
# Secondary deps - keep sorted alphabetically
enchant = dependency('enchant-2', version: '>=2.1', required: false) # see below
folks = dependency('folks', version: '>=0.11')
gck = dependency('gck-1')
gcr = dependency('gcr-3', version: '>= 3.10.1')
gdk = dependency('gdk-3.0', version: '>=' + target_gtk)