mirror of
https://github.com/brl/mutter.git
synced 2024-11-09 15:37:00 -05:00
build: Add xdg-activation to build
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1845>
This commit is contained in:
parent
256939cb84
commit
2115debd09
@ -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'
|
||||
|
@ -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', ],
|
||||
|
Loading…
Reference in New Issue
Block a user