diff options
author | Simon Ser <contact@emersion.fr> | 2022-06-03 18:44:43 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2022-11-15 15:36:09 +0000 |
commit | 024627e872d586acaa01153ab74b877473a2246d (patch) | |
tree | 66701696834442a3a5cc431a6295235564cda7f5 /protocol | |
parent | f863b93c05a73097ccddce1ed066f3f11bfb1c3e (diff) |
content-type-v1: new protocol implementation
References: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/150
Diffstat (limited to 'protocol')
-rw-r--r-- | protocol/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocol/meson.build b/protocol/meson.build index 4d56bbf4..6ba4bb6e 100644 --- a/protocol/meson.build +++ b/protocol/meson.build @@ -18,6 +18,7 @@ protocols = { 'xdg-shell': wl_protocol_dir / 'stable/xdg-shell/xdg-shell.xml', # Staging upstream protocols + 'content-type-v1': wl_protocol_dir / 'staging/content-type/content-type-v1.xml', 'drm-lease-v1': wl_protocol_dir / 'staging/drm-lease/drm-lease-v1.xml', 'ext-idle-notify-v1': wl_protocol_dir / 'staging/ext-idle-notify/ext-idle-notify-v1.xml', 'ext-session-lock-v1': wl_protocol_dir / 'staging/ext-session-lock/ext-session-lock-v1.xml', |