Skip to content

Commit

Permalink
Bump dependency on AppStream
Browse files Browse the repository at this point in the history
  • Loading branch information
ximion committed Jan 4, 2019
1 parent b6d15c5 commit 56fbdfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ src_dir = include_directories('src/')

dcontainers_dep = dependency('dcontainers', version: '>= 0.8.0', fallback: ['dcontainers', 'dcontainers_dep'])
glibd_dep = dependency('glibd-2.0')
appstream_dep = dependency('appstream', version : '>= 0.12.2')
appstream_dep = dependency('appstream', version : '>= 0.12.4')
lmdb_dep = dependency('lmdb', version : '>= 0.9')
archive_dep = dependency('libarchive', version : '>= 3.2')
cairo_dep = dependency('cairo', version : '>= 1.12')
Expand Down

0 comments on commit 56fbdfe

Please sign in to comment.