Initial commit
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user