Files
2026-03-21 12:43:00 -05:00

36 lines
661 B
TOML

[build]
type = "autotools"
[build.flags]
configure = [
"--enable-xinput",
"--enable-xkb",
"--disable-static",
]
[dependencies]
build = [
"libxslt",
"python",
"xorg-util-macros",
"xorgproto",
]
runtime = [
"xcb-proto",
"libxdmcp",
"libxau",
"glibc",
]
[package]
description = "X11 client-side library"
homepage = "https://gitlab.freedesktop.org/xorg/lib/libxcb"
license = "X11"
name = "libxcb"
version = "1.17.0"
[[source]]
extract_dir = "$name-$version"
sha256 = "599ebf9996710fea71622e6e184f3a8ad5b43d0e5fa8c4e407123c88a59a6d55"
url = "https://xorg.freedesktop.org/archive/individual/lib/libxcb-$version.tar.xz"