From 3805727ee5dae1a6a4a243a6d9f745a80e0879db Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 24 Mar 2024 01:22:57 +0100 Subject: [PATCH] Generate cursor shape protocol. --- profiler/CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profiler/CMakeLists.txt b/profiler/CMakeLists.txt index d7754ba9..cddd61ef 100644 --- a/profiler/CMakeLists.txt +++ b/profiler/CMakeLists.txt @@ -129,6 +129,14 @@ if(USE_WAYLAND) PROTOCOL ${WAYLAND_PROTOCOLS_PKGDATADIR}/stable/viewporter/viewporter.xml BASENAME viewporter ) + ecm_add_wayland_client_protocol(PROFILER_FILES + PROTOCOL ${WAYLAND_PROTOCOLS_PKGDATADIR}/staging/cursor-shape/cursor-shape-v1.xml + BASENAME cursor-shape + ) + ecm_add_wayland_client_protocol(PROFILER_FILES + PROTOCOL ${WAYLAND_PROTOCOLS_PKGDATADIR}/unstable/tablet/tablet-unstable-v2.xml + BASENAME tablet + ) else() set(PROFILER_FILES ${PROFILER_FILES} src/BackendGlfw.cpp