25 lines
531 B
TOML
25 lines
531 B
TOML
[build]
|
|
type = "autotools"
|
|
|
|
[build.flags]
|
|
configure = ["--disable-static"]
|
|
|
|
[dependencies]
|
|
runtime = [
|
|
"libx11",
|
|
"glibc",
|
|
"xorgproto",
|
|
]
|
|
|
|
[package]
|
|
description = "X Rendering Extension client library"
|
|
homepage = "https://xorg.freedesktop.org/"
|
|
license = "HPND-sell-variant"
|
|
name = "libxrender"
|
|
version = "0.9.12"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "b832128da48b39c8d608224481743403ad1691bf4e554e4be9c174df171d1b97"
|
|
url = "https://xorg.freedesktop.org/archive/individual/lib/libXrender-$version.tar.xz"
|