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