Merge branch 'master' into 'master'

Do not require wayland-protocols as dependency in the .pc files

See merge request GNOME/gtk!3960
This commit is contained in:
Matthias Clasen 2021-09-16 18:32:23 +00:00
commit 01944d57b7

View File

@ -478,7 +478,6 @@ if wayland_enabled
wayland_pkgs = [
'wayland-client @0@'.format(wayland_req),
'wayland-protocols @0@'.format(wayland_proto_req),
'xkbcommon @0@'.format(xkbcommon_req),
'wayland-egl',
]