mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-05 12:12:48 +00:00
trivial: Remove a build warning by including Json properly
This commit is contained in:
parent
b94a7b507b
commit
6bc2d155a9
@ -135,13 +135,14 @@ if get_option('introspection')
|
||||
includes : [
|
||||
'Gio-2.0',
|
||||
'GObject-2.0',
|
||||
'Json-1.0',
|
||||
],
|
||||
install : true
|
||||
)
|
||||
|
||||
gnome.generate_vapi('fwupd',
|
||||
sources : fwupd_gir[0],
|
||||
packages : ['gio-2.0'],
|
||||
packages : ['gio-2.0', 'json-glib-1.0'],
|
||||
install : true,
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user