|
root / base / libxcb / package.toml
package.toml TOML 25 lines 690 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# libxcb - X protocol C-language Binding
# https://gitlab.freedesktop.org/xorg/lib/libxcb

[package]
name = "libxcb"
version = "1.17.0"
release = 1
description = "X protocol C-language Binding (XCB)"
url = "https://xorg.freedesktop.org/releases/individual/xcb/"
license = "MIT"
maintainer = "Chris Tusa <chris.tusa@leafscale.com>"
arch = "x86_64"

[dependencies]
runtime = ["libXau", "libXdmcp"]
build = ["xcb-proto", "libXau", "libXdmcp", "libpthread-stubs"]

[[source]]
file = "libxcb-1.17.0.tar.xz"
urls = ["https://xorg.freedesktop.org/releases/individual/xcb/libxcb-1.17.0.tar.xz"]
checksum = "599ebf9996710fea71622e6e184f3a8ad5b43d0e5fa8c4e407123c88a59a6d55"

[build]
parallel = true