Initial commit
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
[build]
|
||||
type = "autotools"
|
||||
|
||||
[build.flags]
|
||||
configure = ["--disable-static"]
|
||||
|
||||
[dependencies]
|
||||
build = ["xorg-util-macros"]
|
||||
runtime = [
|
||||
"libx11",
|
||||
"xorgproto",
|
||||
"glibc",
|
||||
]
|
||||
|
||||
[package]
|
||||
description = "X11 miscellaneous 'fixes' extension library"
|
||||
homepage = "https://xorg.freedesktop.org/"
|
||||
license = [
|
||||
"HPND-sell-variant",
|
||||
"MIT",
|
||||
]
|
||||
name = "libxfixes"
|
||||
version = "6.0.2"
|
||||
|
||||
[[source]]
|
||||
extract_dir = "$name-$version"
|
||||
sha256 = "39f115d72d9c5f8111e4684164d3d68cc1fd21f9b27ff2401b08fddfc0f409ba"
|
||||
url = "https://xorg.freedesktop.org/releases/individual/lib/libXfixes-$version.tar.xz"
|
||||
Reference in New Issue
Block a user