Initial commit

This commit is contained in:
2026-03-21 12:43:00 -05:00
commit 83bf16823c
438 changed files with 33617 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
[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"