From fecb963e85fca988e9e1ce4fb66ceab0072557ee Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 26 Jan 2026 03:47:42 +0900 Subject: internal/rosa: libxml2 artifact Required by wayland. Release tarball is xz only, unfortunately. Signed-off-by: Ophestra --- cmd/mbf/main.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmd') diff --git a/cmd/mbf/main.go b/cmd/mbf/main.go index 43ae72c4..26974925 100644 --- a/cmd/mbf/main.go +++ b/cmd/mbf/main.go @@ -170,6 +170,8 @@ func main() { p = rosa.KernelHeaders case "libexpat": p = rosa.Libexpat + case "libxml2": + p = rosa.Libxml2 case "libffi": p = rosa.Libffi case "m4": -- cgit v1.3.1