[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

@@ -14,6 +14,10 @@ function(build_resources)
set(LG_RESOURCES_INCS "${LG_RESOURCES_INCS}" PARENT_SCOPE)
endfunction()
set(RESOURCES_SOURCES
icondata.c
)
build_resources(
lg-logo.svg
status/spice.svg
@@ -22,5 +26,5 @@ build_resources(
no-input-cursor/32.xcur
)
add_library(lg_resources STATIC ${LG_RESOURCES_OBJS})
add_library(lg_resources STATIC ${RESOURCES_SOURCES} ${LG_RESOURCES_OBJS})
set_target_properties(lg_resources PROPERTIES LINKER_LANGUAGE C)