diff options
author | Vaxry <[email protected]> | 2024-09-30 00:57:51 +0100 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-09-30 00:58:16 +0100 |
commit | 488efab63654a643d76df4997cd932d6fddd8faf (patch) | |
tree | 4e330456e26e6ba5e208424f292fc1d03e89f10b /CMakeLists.txt | |
parent | 6649255d54f45a7e2fedd9b4be85fe5d11229c04 (diff) | |
download | Hyprland-488efab63654a643d76df4997cd932d6fddd8faf.tar.gz Hyprland-488efab63654a643d76df4997cd932d6fddd8faf.zip |
single-pixel-buffer: new protocol impl
fixes #6624
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
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() |