aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/x.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/x.go')
-rw-r--r--internal/rosa/x.go10
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,
}
}