From fdc8a8419bba468c5b97f8a89fceefcc23e9993a Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 26 Jan 2026 06:49:08 +0900 Subject: [PATCH] internal/rosa: static libwayland Required by hakurei. Signed-off-by: Ophestra --- internal/rosa/wayland.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/rosa/wayland.go b/internal/rosa/wayland.go index a888df3..e3e711b 100644 --- a/internal/rosa/wayland.go +++ b/internal/rosa/wayland.go @@ -30,6 +30,7 @@ meson setup \ --prefer-static \ -Ddocumentation=false \ -Dtests=true \ + -Ddefault_library=both \ . /usr/src/wayland meson compile meson test