1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Use XDG toplevel icon protocol to set the icon.

This commit is contained in:
Bartosz Taudul
2025-02-12 00:21:27 +01:00
parent 8b3638e8e2
commit 367ed69501
2 changed files with 84 additions and 0 deletions
+4
View File
@@ -148,6 +148,10 @@ if(USE_WAYLAND)
PROTOCOL ${wayland-protocols_SOURCE_DIR}/unstable/tablet/tablet-unstable-v2.xml
BASENAME tablet
)
ecm_add_wayland_client_protocol(PROFILER_FILES
PROTOCOL ${wayland-protocols_SOURCE_DIR}/staging/xdg-toplevel-icon/xdg-toplevel-icon-v1.xml
BASENAME xdg-toplevel-icon
)
elseif(EMSCRIPTEN)
set(PROFILER_FILES ${PROFILER_FILES}
src/BackendEmscripten.cpp