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