27 lines
541 B
TOML
27 lines
541 B
TOML
[build]
|
|
type = "autotools"
|
|
|
|
[dependencies]
|
|
build = [
|
|
"xorgproto",
|
|
"xorg-util-macros",
|
|
]
|
|
runtime = [
|
|
"libxext",
|
|
"libxrender",
|
|
"libx11",
|
|
"glibc",
|
|
]
|
|
|
|
[package]
|
|
description = "X11 RandR extension library"
|
|
homepage = "https://xorg.freedesktop.org/"
|
|
license = "HPND-sell-variant"
|
|
name = "libxrandr"
|
|
version = "1.5.5"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "72b922c2e765434e9e9f0960148070bd4504b288263e2868a4ccce1b7cf2767a"
|
|
url = "https://xorg.freedesktop.org/releases/individual/lib/libXrandr-$version.tar.xz"
|