26 lines
573 B
TOML
26 lines
573 B
TOML
[build]
|
|
type = "autotools"
|
|
|
|
[build.flags]
|
|
configure = ["--disable-static"]
|
|
|
|
[dependencies]
|
|
build = ["xorg-util-macros"]
|
|
runtime = [
|
|
"libx11",
|
|
"glibc",
|
|
"xorgproto",
|
|
]
|
|
|
|
[package]
|
|
description = "X11 miscellaneous extensions library"
|
|
homepage = "https://gitlab.freedesktop.org/xorg/lib/libxext"
|
|
license = "LicenseRef-libxext"
|
|
name = "libxext"
|
|
version = "1.3.7"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "6c643c7035cdacf67afd68f25d01b90ef889d546c9fcd7c0adf7c2cf91e3a32d"
|
|
url = "https://xorg.freedesktop.org/releases/individual/lib/libXext-$version.tar.xz"
|