33 lines
628 B
TOML
33 lines
628 B
TOML
[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"
|