mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-28 20:46:06 +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 = import('pkgconfig')
|
||||||
pkgg.generate(
|
pkgg.generate(
|
||||||
libraries : fwupd,
|
fwupd,
|
||||||
requires : [ 'gio-2.0' ],
|
requires : [ 'gio-2.0' ],
|
||||||
subdirs : 'fwupd-1',
|
subdirs : 'fwupd-1',
|
||||||
version : meson.project_version(),
|
version : meson.project_version(),
|
||||||
|
Loading…
Reference in New Issue
Block a user