Files
distro/recipes/wayland-protocols.py
2026-06-02 21:38:47 +02:00

17 lines
577 B
Python

version = "1.43"
revision = 1
description = "Wayland protocol extension definitions"
license = "MIT"
url = "https://gitlab.freedesktop.org/wayland/wayland-protocols"
source = tarball(
url=f"https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/{version}/downloads/wayland-protocols-{version}.tar.xz",
sha256="ba3c3425dd27c57b5291e93dba97be12479601e00bcab24d26471948cb643653",
)
host_deps = ["pkgconf"]
# Architecture-independent XML + pkg-config data; nothing to link.
deps = []
configure, build, install = meson(
configure_args=["-Dtests=false"],
)