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:
Richard Hughes 2021-01-05 17:16:29 +00:00
parent 2d5b1e13b1
commit f1c79a8eae

View File

@ -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(),