28 lines
558 B
TOML
28 lines
558 B
TOML
[build]
|
|
type = "meson"
|
|
|
|
[build.flags]
|
|
build_dir = "build"
|
|
|
|
[dependencies]
|
|
build = [
|
|
"xorg-util-macros",
|
|
"meson",
|
|
]
|
|
runtime = [
|
|
"glibc",
|
|
"zlib-ng",
|
|
]
|
|
|
|
[package]
|
|
description = "X11 PCI access library"
|
|
homepage = "https://gitlab.freedesktop.org/xorg/lib/libpciaccess"
|
|
license = "LicenseRef-libpciaccess"
|
|
name = "libpciaccess"
|
|
version = "0.19"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "3c55aa86c82e54a4e3109786f0463530d53b36b6d1cfd14616454f985dd2aa43"
|
|
url = "https://xorg.freedesktop.org/releases/individual/lib/$name-$version.tar.xz"
|