1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 04:23:51 +00:00

Generate cursor shape protocol.

This commit is contained in:
Bartosz Taudul 2024-03-24 01:22:57 +01:00
parent 6349d1ef0b
commit 3805727ee5
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -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