aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-01-26 03:12:50 +0900
committerOphestra <cat@gensokyo.uk>2026-01-26 03:15:25 +0900
commitcd9da57f206e697f1cd4f357feaa8bb0b808766a (patch)
tree7bee74a04cbd5782f41225db9b07a73370f77283 /cmd
parentc6a95f5a6a7a91b35dfff29991ecf4b03719bc56 (diff)
internal/rosa: libexpat artifact
Required by wayland. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/mbf/main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/mbf/main.go b/cmd/mbf/main.go
index 61a78cb0..43ae72c4 100644
--- a/cmd/mbf/main.go
+++ b/cmd/mbf/main.go
@@ -168,6 +168,8 @@ func main() {
p = rosa.Go
case "kernel-headers":
p = rosa.KernelHeaders
+ case "libexpat":
+ p = rosa.Libexpat
case "libffi":
p = rosa.Libffi
case "m4":