[client] wayland: set the application icon

This commit is contained in:
Geoffrey McRae
2026-07-17 03:12:06 +10:00
parent f2b45646d7
commit 993c724e67
12 changed files with 191 additions and 3 deletions

View File

@@ -16,6 +16,7 @@ add_library(displayserver_Wayland STATIC
colormgmt.c
cursor.c
gl.c
icon.c
idle.c
input.c
output.c
@@ -33,6 +34,7 @@ add_subdirectory(desktops)
target_link_libraries(displayserver_Wayland
PkgConfig::DISPLAYSERVER_Wayland
lg_common
lg_resources
wayland_protocol
wayland_desktops
)