meson.build: fix pkgconfig deprecation warning
authorPeter Hutterer <peter.hutterer@who-t.net>
Wed, 22 Jul 2020 23:22:51 +0000 (09:22 +1000)
committerRan Benita <ran@unusedvar.com>
Thu, 23 Jul 2020 06:28:23 +0000 (09:28 +0300)
commit2a8343057211686d70c46d6efe2f60a9c0e30403
tree73bffb70d7fbfda930738611e440d776f530d5a2
parenta4901662c363914cf08a55400b8621fdf87038a9
meson.build: fix pkgconfig deprecation warning

../meson.build:239: DEPRECATION: Library xkbcommon was passed to the "libraries"
keyword argument of a previous call to generate() method instead of first
positional argument. Adding xkbcommon to "Requires" field, but this is a
deprecated behaviour that will change in a future version of Meson. Please
report the issue if this warning cannot be avoided in your case.

This was introduced in meson 0.49.0

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
meson.build