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
+32
View File
@@ -0,0 +1,32 @@
[build]
type = "meson"
[build.flags]
build_dir = "build"
[dependencies]
build = [
"meson",
"libxslt",
"xmlto",
"docbook-xsl",
]
runtime = [
"glibc",
"libffi",
"expat",
"libxml215",
"default-cursors",
]
[package]
description = "A computer display server protocol"
homepage = "https://wayland.freedesktop.org/"
license = "MIT"
name = "wayland"
version = "1.24.0"
[[source]]
extract_dir = "$name-$version"
sha256 = "82892487a01ad67b334eca83b54317a7c86a03a89cfadacfef5211f11a5d0536"
url = "https://gitlab.freedesktop.org/wayland/wayland/-/releases/$version/downloads/wayland-$version.tar.xz"