25 lines
497 B
TOML
25 lines
497 B
TOML
[build]
|
|
type = "meson"
|
|
|
|
[build.flags]
|
|
build_dir = "build"
|
|
|
|
[dependencies]
|
|
build = ["meson"]
|
|
runtime = [
|
|
"glibc",
|
|
"xorgproto",
|
|
]
|
|
|
|
[package]
|
|
description = "X11 authorisation library"
|
|
homepage = "https://xorg.freedesktop.org/"
|
|
license = "MIT-open-group"
|
|
name = "libxau"
|
|
version = "1.0.12"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "74d0e4dfa3d39ad8939e99bda37f5967aba528211076828464d2777d477fc0fb"
|
|
url = "https://xorg.freedesktop.org/releases/individual/lib/libXau-$version.tar.xz"
|