trivial: Remove a build warning by including Json properly

This commit is contained in:
Richard Hughes 2021-05-16 13:56:14 +01:00
parent b94a7b507b
commit 6bc2d155a9

View File

@ -135,13 +135,14 @@ if get_option('introspection')
includes : [ includes : [
'Gio-2.0', 'Gio-2.0',
'GObject-2.0', 'GObject-2.0',
'Json-1.0',
], ],
install : true install : true
) )
gnome.generate_vapi('fwupd', gnome.generate_vapi('fwupd',
sources : fwupd_gir[0], sources : fwupd_gir[0],
packages : ['gio-2.0'], packages : ['gio-2.0', 'json-glib-1.0'],
install : true, install : true,
) )