forked from rosa/hakurei
internal/rosa: remove global handles
These no longer serve any purpose. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user