[package] name = "wayland" version = "1.23.1" description = "Wayland display protocol" url = "https://wayland.freedesktop.org/" license = "MIT" [source] url = "https://gitlab.freedesktop.org/wayland/wayland/-/releases/${version}/downloads/wayland-${version}.tar.xz" sha256 = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" [dependencies] run = ["glibc", "libffi", "expat", "libxml2"] build = ["gcc", "meson", "ninja", "pkg-config"] [build] system = "meson" configure = """meson setup build --prefix=/usr --buildtype=release -Ddocumentation=false""" make = """ninja -C build""" install = """DESTDIR=${PKG} ninja -C build install"""