Initial commit
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
[build]
|
||||
type = "autotools"
|
||||
|
||||
[build.flags]
|
||||
configure = [
|
||||
"--disable-static",
|
||||
"--disable-xf86bigfont",
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
build = [
|
||||
"xorg-util-macros",
|
||||
"xtrans",
|
||||
]
|
||||
runtime = [
|
||||
"libxcb",
|
||||
"glibc",
|
||||
"xorgproto",
|
||||
]
|
||||
|
||||
[package]
|
||||
description = "X11 client-side library"
|
||||
homepage = "https://gitlab.freedesktop.org/xorg/lib/libx11"
|
||||
license = "MIT AND X11"
|
||||
name = "libx11"
|
||||
version = "1.8.13"
|
||||
|
||||
[[source]]
|
||||
extract_dir = "$name-$version"
|
||||
sha256 = "69606f485c2c07c14ef64f75b7bb326d48587af33795d9ab3e607c0b5f94f11c"
|
||||
url = "https://xorg.freedesktop.org/releases/individual/lib/libX11-$version.tar.xz"
|
||||
Reference in New Issue
Block a user