add appstream-glib dependency
appdata.its, needed to extract all the strings of appdata xml file, is actively maintained in appstream-glib. Fix issue #439.
This commit is contained in:
parent
dc6788eef3
commit
7c42c5d803
3 changed files with 10 additions and 7 deletions
|
|
@ -54,6 +54,9 @@ sqlite = dependency('sqlite3', version: '>= 3.12')
|
|||
webkit2gtk = dependency('webkit2gtk-4.0', version: '>=' + target_webkit)
|
||||
|
||||
# Secondary deps - keep sorted alphabetically
|
||||
# We need appdata.its from appstream-glib:
|
||||
# https://gitlab.gnome.org/GNOME/geary/issues/439
|
||||
appstream_glib = dependency('appstream-glib', version: '>=0.7.10')
|
||||
enchant = dependency('enchant-2', version: '>=2.1', required: false) # see below
|
||||
folks = dependency('folks', version: '>=0.11')
|
||||
gck = dependency('gck-1')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue