Skip to content

meson: Fix deprecation warning for pkgconfig

Scott Anderson requested to merge ascent/weston:meson-pkgconfig into master

Just a minor thing that was bugging me which should probably make it in for the next release. I've tested this with Meson 0.47 (weston's advertised minimum) and 0.49.1 (current), and they generate identical and correct pkgconfig files.


Meson 0.49 now issues a warning for libraries being passed into the 'libraries' keyword argument. Now they should be passed as a positional argument.

See https://mesonbuild.com/Release-notes-for-0-49-0.html#deprecation-warning-in-pkgconfig-generator

Signed-off-by: Scott Anderson scott.anderson@collabora.com

Merge request reports