diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-13 12:39:36 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-13 13:23:30 +0900 |
| commit | b3f0360a05230dde609eb0e3fabf3a5d92792f94 (patch) | |
| tree | eafdfd1b13b9de94e2d9c9bf6f19329949eb85d8 /internal/rosa/x.go | |
| parent | 89389940363143dd32dfa9920eb34850de541472 (diff) | |
internal/rosa: populate runtime dependencies
This also removes manually resolved indirect dependencies.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/x.go')
| -rw-r--r-- | internal/rosa/x.go | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/internal/rosa/x.go b/internal/rosa/x.go index 8d9a7c6a..85abeeab 100644 --- a/internal/rosa/x.go +++ b/internal/rosa/x.go @@ -40,9 +40,6 @@ func (t Toolchain) newXproto() (pkg.Artifact, string) { // ancient configure script Generate: "autoreconf -if", }, - M4, - Perl, - Autoconf, Automake, PkgConfig, @@ -75,9 +72,6 @@ func (t Toolchain) newLibXau() (pkg.Artifact, string) { // ancient configure script Generate: "autoreconf -if", }, - M4, - Perl, - Autoconf, Automake, Libtool, PkgConfig, @@ -94,6 +88,10 @@ func init() { Description: "functions for handling Xauthority files and entries", Website: "https://gitlab.freedesktop.org/xorg/lib/libxau", + Dependencies: P{ + Xproto, + }, + ID: 1765, } } |
