mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-08 12:49:24 +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 : [
|
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,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user