mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-26 04:14:02 +00:00
trivial: Fix a warning generated by new versions of meson
This fixes: DEPRECATION: Library fwupd was passed to the "libraries" keyword argument of a previous call to generate() method instead of first positional argument. Adding fwupd to "Requires" field, but this is a deprecated behaviour that will change in a future version of Meson.
This commit is contained in:
parent
2d5b1e13b1
commit
f1c79a8eae
@ -81,7 +81,7 @@ libfwupd_dep = declare_dependency(
|
||||
|
||||
pkgg = import('pkgconfig')
|
||||
pkgg.generate(
|
||||
libraries : fwupd,
|
||||
fwupd,
|
||||
requires : [ 'gio-2.0' ],
|
||||
subdirs : 'fwupd-1',
|
||||
version : meson.project_version(),
|
||||
|
Loading…
Reference in New Issue
Block a user