diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-01-26 03:47:42 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-01-26 03:47:42 +0900 |
| commit | fecb963e85fca988e9e1ce4fb66ceab0072557ee (patch) | |
| tree | d31ee6b75842557970014988bade0b0c70b4be73 /cmd | |
| parent | cd9da57f206e697f1cd4f357feaa8bb0b808766a (diff) | |
internal/rosa: libxml2 artifact
Required by wayland. Release tarball is xz only, unfortunately.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/mbf/main.go | 2 |
1 files changed, 2 insertions, 0 deletions
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": |
