From c84fe632170301d417b58205d346e8fa15744fae Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 27 Jan 2026 02:02:49 +0900 Subject: internal/rosa: various X artifacts Required by xcb which is required by hakurei. Signed-off-by: Ophestra --- internal/rosa/libgd.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'internal/rosa/libgd.go') diff --git a/internal/rosa/libgd.go b/internal/rosa/libgd.go index 0ab414c5..6eb199ed 100644 --- a/internal/rosa/libgd.go +++ b/internal/rosa/libgd.go @@ -19,7 +19,8 @@ mkdir /dev/shm/gd cd "$(mktemp -d)" /usr/src/libgd/configure \ --prefix=/system \ - --build="${ROSA_TRIPLE}" + --build="${ROSA_TRIPLE}" \ + --enable-static make "-j$(nproc)" check make DESTDIR=/work install `, pkg.Path(AbsUsrSrc.Append("libgd"), true, pkg.NewHTTPGetTar( -- cgit v1.3.1