mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-07 14:12:59 +00:00
Fix Vala bindings:
- Name the bindings the same as the pkgconfig file - Update the GIR bindings to include the appropriate header file which updates the Vala bindings
This commit is contained in:
parent
e7b902eb7b
commit
911e40f1aa
@ -96,6 +96,7 @@ if get_option('introspection')
|
|||||||
symbol_prefix : 'fwupd',
|
symbol_prefix : 'fwupd',
|
||||||
identifier_prefix : 'Fwupd',
|
identifier_prefix : 'Fwupd',
|
||||||
export_packages : 'fwupd',
|
export_packages : 'fwupd',
|
||||||
|
extra_args : '--c-include=fwupd.h', # This can be replaced with header : 'fwupd.h' once can depend on Meson 0.43.0
|
||||||
dependencies : [
|
dependencies : [
|
||||||
giounix,
|
giounix,
|
||||||
soup,
|
soup,
|
||||||
@ -108,8 +109,8 @@ if get_option('introspection')
|
|||||||
install : true
|
install : true
|
||||||
)
|
)
|
||||||
|
|
||||||
gnome.generate_vapi('libfwupd-2.0',
|
gnome.generate_vapi('fwupd',
|
||||||
sources: gir[0],
|
sources : gir[0],
|
||||||
packages : ['gio-2.0', 'libsoup-2.4'],
|
packages : ['gio-2.0', 'libsoup-2.4'],
|
||||||
install : true,
|
install : true,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user