diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-20 08:07:43 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-20 08:15:23 +0900 |
| commit | b482fd4abfb2b3765b1791915b31067a0f80fec7 (patch) | |
| tree | 1cb95592a7f243aa920e3f4c497909a2e8bf9efb /internal/rosa/hakurei.go | |
| parent | 2e502ede6c885496f4ac0a480aa4e4e337c54f51 (diff) | |
internal/rosa: remove global handles
These no longer serve any purpose.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/hakurei.go')
| -rw-r--r-- | internal/rosa/hakurei.go | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/internal/rosa/hakurei.go b/internal/rosa/hakurei.go index a44d64da..8fe74c07 100644 --- a/internal/rosa/hakurei.go +++ b/internal/rosa/hakurei.go @@ -48,21 +48,17 @@ HAKUREI_VERSION='v` + hakureiVersion + `' Check: check, Install: install, }, - Go, - PkgConfig, + _go, + H("pkg-config"), - // dist tarball - Gzip, + H("libseccomp"), + H("acl"), + H("fuse"), + H("xcb"), + H("wayland"), + H("wayland-protocols"), - // statically linked - Libseccomp, - ACL, - Fuse, - XCB, - Wayland, - WaylandProtocols, - - KernelHeaders, + kernelHeaders, ) } func init() { |
