Merge branch 'wip/xdg-dialog' into 'main'

gdk/wayland: Implement support for xdg-dialog Wayland protocol

See merge request GNOME/gtk!6837
This commit is contained in:
Matthias Clasen
2024-05-29 23:40:39 +00:00
6 changed files with 168 additions and 28 deletions

View File

@@ -18,7 +18,7 @@ harfbuzz_req = '>= 2.6.0'
fribidi_req = '>= 1.0.6'
cairo_req = '>= 1.18.0'
gdk_pixbuf_req = '>= 2.30.0'
wayland_proto_req = '>= 1.31'
wayland_proto_req = '>= 1.36'
wayland_req = '>= 1.21.0'
graphene_req = '>= 1.10.0'
epoxy_req = '>= 1.4'