aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/xcb.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/xcb.go')
-rw-r--r--internal/rosa/xcb.go6
1 files changed, 5 insertions, 1 deletions
diff --git a/internal/rosa/xcb.go b/internal/rosa/xcb.go
index d3fac5e1..1f3a944a 100644
--- a/internal/rosa/xcb.go
+++ b/internal/rosa/xcb.go
@@ -41,7 +41,6 @@ func (t Toolchain) newXCB() (pkg.Artifact, string) {
PkgConfig,
XCBProto,
- Xproto,
LibXau,
), version
}
@@ -53,6 +52,11 @@ func init() {
Description: "The X protocol C-language Binding",
Website: "https://xcb.freedesktop.org/",
+ Dependencies: P{
+ XCBProto,
+ LibXau,
+ },
+
ID: 1767,
}
}