aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVaxry <[email protected]>2024-08-30 15:18:12 +0200
committerVaxry <[email protected]>2024-08-30 15:53:44 +0200
commit1c9d56998dbf3a9b61e13573e9e91d149fe65969 (patch)
treea9939d223d864582ae0ea8b419221534a10b27c9 /CMakeLists.txt
parent242e06b24212b61e7afbdf5cf4adae8886a28abd (diff)
downloadHyprland-1c9d56998dbf3a9b61e13573e9e91d149fe65969.tar.gz
Hyprland-1c9d56998dbf3a9b61e13573e9e91d149fe65969.zip
xdg-dialog: implement new protocol
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 84a856b8..dba14813 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -315,6 +315,7 @@ protocolnew("stable/viewporter" "viewporter" false)
protocolnew("stable/linux-dmabuf" "linux-dmabuf-v1" false)
protocolnew("staging/drm-lease" "drm-lease-v1" false)
protocolnew("staging/linux-drm-syncobj" "linux-drm-syncobj-v1" false)
+protocolnew("staging/xdg-dialog" "xdg-dialog-v1" false)
protocolwayland()