|
root / base / libXinerama / package.toml
package.toml TOML 25 lines 707 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# libXinerama - Xinerama extension client library
# https://gitlab.freedesktop.org/xorg/lib/libxinerama

[package]
name = "libXinerama"
version = "1.1.6"
release = 1
description = "Xinerama extension client library"
url = "https://xorg.freedesktop.org/releases/individual/lib/"
license = "MIT"
maintainer = "Chris Tusa <chris.tusa@leafscale.com>"
arch = "x86_64"

[dependencies]
runtime = ["libXext", "libX11"]
build = ["libXext", "libX11", "xorgproto", "util-macros"]

[[source]]
file = "libXinerama-1.1.6.tar.xz"
urls = ["https://xorg.freedesktop.org/releases/individual/lib/libXinerama-1.1.6.tar.xz"]
checksum = "d00fc1599c303dc5cbc122b8068bdc7405d6fcb19060f4597fc51bd3a8be51d7"

[build]
parallel = true