fix for hyprland that should go away very quickly
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit

This commit is contained in:
IoIxD 2026-09-11 18:05:42 -07:00
commit 5479cb3e30
6 changed files with 358 additions and 79 deletions

View file

@ -269,6 +269,7 @@ if(MW_USE_WAYLAND)
src/backend/cairo.c
src/backend/wayland/wayland.c
src/backend/wayland/buffer.c
src/backend/wayland/hyprland.c
src/backend/wayland/interfaces.c
src/backend/wayland/region.c
)
@ -331,7 +332,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Windows" OR CMAKE_SYSTEM_NAME STREQUAL "MSYS")
)
list(APPEND LIBRARIES gdi32 ole32 uuid)
if(NOT MSVC)
target_link_options(
target_link_options(
Mw
PRIVATE
-static-libgcc
@ -468,7 +469,7 @@ if(MW_BUILD_VULKAN)
check_include_files(vulkan/VULKAN.h HAS_VK_HEADER)
if(HAS_VK_HEADER)
target_compile_definitions(
target_compile_definitions(
Mw
PRIVATE
MW_VULKAN