Skip to content

Commit

Permalink
Depend on recent AppStream version
Browse files Browse the repository at this point in the history
This fixes a crash when the D bindings were freeing memory owned by
libappstream.
  • Loading branch information
ximion committed Aug 4, 2018
1 parent b0c4d4d commit a44cd3f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions 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.0')
appstream_dep = dependency('appstream', version : '>= 0.12.2')
lmdb_dep = dependency('lmdb', version : '>= 0.9')
mustache_dep = dependency('mustache-d', required: false)
archive_dep = dependency('libarchive', version : '>= 3.2')
Expand All @@ -49,9 +49,6 @@ gir_to_d_prog = find_program('girtod')
gir_wrap_dir = source_root + '/contrib/girwrap/'
gir_d_intf_dir = build_root + '/girepo/'




message('Generating AppStream D interfaces from GIR...')
girtod_gen = run_command(gir_to_d_prog,
'-i', gir_wrap_dir,
Expand Down

0 comments on commit a44cd3f

Please sign in to comment.