update WM_CLASS instance name from vm_name

This commit is contained in:
Joakim L. Gilje
2023-11-21 23:37:50 +01:00
parent 0186304550
commit aeb44f1c5c
4 changed files with 52 additions and 0 deletions

View File

@@ -371,6 +371,8 @@ if (APPLE AND CMAKE_MACOSX_BUNDLE)
endif()
if (UNIX AND NOT APPLE AND NOT HAIKU)
target_sources(ui PRIVATE x11_util.c)
find_package(X11 REQUIRED)
target_link_libraries(ui PRIVATE X11::X11 X11::Xi)
target_sources(ui PRIVATE evdev_keyboard.cpp xinput2_mouse.cpp)