Initial commit
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user