25 lines
567 B
TOML
25 lines
567 B
TOML
[build]
|
|
type = "autotools"
|
|
|
|
[build.flags]
|
|
configure = ["--disable-static"]
|
|
|
|
[dependencies]
|
|
build = ["xorg-util-macros"]
|
|
runtime = [
|
|
"glibc",
|
|
"xorgproto",
|
|
]
|
|
|
|
[package]
|
|
description = "X11 Display Manager Control Protocol library"
|
|
homepage = "https://gitlab.freedesktop.org/xorg/lib/libxdmcp"
|
|
license = "MIT-open-group"
|
|
name = "libxdmcp"
|
|
version = "1.1.5"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "d8a5222828c3adab70adf69a5583f1d32eb5ece04304f7f8392b6a353aa2228c"
|
|
url = "https://xorg.freedesktop.org//releases/individual/lib/libXdmcp-$version.tar.xz"
|