build: Add xdg-activation to build

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1845>
This commit is contained in:
Carlos Garnacho 2021-04-23 23:22:47 +02:00 committed by Marge Bot
parent 256939cb84
commit 2115debd09
2 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,7 @@ gudev_req = '>= 232'
# wayland version requirements
wayland_server_req = '>= 1.18'
wayland_protocols_req = '>= 1.19'
wayland_protocols_req = '>= 1.21'
# native backend version requirements
libinput_req = '>= 1.15.0'

View File

@ -884,6 +884,7 @@ if have_wayland
['tablet', 'unstable', 'v2', ],
['text-input', 'unstable', 'v3', ],
['viewporter', 'stable', ],
['xdg-activation', 'staging', 'v1', ],
['xdg-foreign', 'unstable', 'v1', ],
['xdg-output', 'unstable', 'v1', ],
['xdg-shell', 'unstable', 'v6', ],