diff options
author | Vaxry <[email protected]> | 2024-08-30 15:18:12 +0200 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-08-30 15:53:44 +0200 |
commit | 1c9d56998dbf3a9b61e13573e9e91d149fe65969 (patch) | |
tree | a9939d223d864582ae0ea8b419221534a10b27c9 /protocols | |
parent | 242e06b24212b61e7afbdf5cf4adae8886a28abd (diff) | |
download | Hyprland-1c9d56998dbf3a9b61e13573e9e91d149fe65969.tar.gz Hyprland-1c9d56998dbf3a9b61e13573e9e91d149fe65969.zip |
xdg-dialog: implement new protocol
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/meson.build b/protocols/meson.build index 5b807914..de650230 100644 --- a/protocols/meson.build +++ b/protocols/meson.build @@ -60,6 +60,7 @@ new_protocols = [ [wl_protocol_dir, 'stable/linux-dmabuf/linux-dmabuf-v1.xml'], [wl_protocol_dir, 'staging/drm-lease/drm-lease-v1.xml'], [wl_protocol_dir, 'staging/linux-drm-syncobj/linux-drm-syncobj-v1.xml'], + [wl_protocol_dir, 'staging/xdg-dialog/xdg-dialog-v1.xml'], ] wl_protos_src = [] |