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