aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVaxry <[email protected]>2024-09-30 00:57:51 +0100
committerVaxry <[email protected]>2024-09-30 00:58:16 +0100
commit488efab63654a643d76df4997cd932d6fddd8faf (patch)
tree4e330456e26e6ba5e208424f292fc1d03e89f10b /CMakeLists.txt
parent6649255d54f45a7e2fedd9b4be85fe5d11229c04 (diff)
downloadHyprland-488efab63654a643d76df4997cd932d6fddd8faf.tar.gz
Hyprland-488efab63654a643d76df4997cd932d6fddd8faf.zip
single-pixel-buffer: new protocol impl
fixes #6624
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 8115d01c..ee9cd2e2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -330,6 +330,7 @@ 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)
+protocolnew("staging/single-pixel-buffer" "single-pixel-buffer-v1" false)
protocolwayland()