mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
output: add support for protocol interface version 4
Two new events are added: name and description. The name is immutable. The description can be updated on-the-fly.
This commit is contained in:
parent
0fcc842291
commit
e3fefda023
2 changed files with 28 additions and 6 deletions
|
|
@ -99,7 +99,7 @@ internal_features = {
|
|||
|
||||
wayland_project_options = ['tests=false', 'documentation=false']
|
||||
wayland_server = dependency('wayland-server',
|
||||
version: '>=1.19',
|
||||
version: '>=1.20',
|
||||
fallback: ['wayland', 'wayland_server_dep'],
|
||||
default_options: wayland_project_options,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue