From e26d1386195af344abf53374fcfcd2cba41a185e Mon Sep 17 00:00:00 2001 From: Artur Mukhamadiev Date: Thu, 3 Jul 2025 23:49:31 +0300 Subject: [PATCH] add subprojects --- subprojects/wayland.wrap | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 subprojects/wayland.wrap diff --git a/subprojects/wayland.wrap b/subprojects/wayland.wrap new file mode 100644 index 0000000..6ced203 --- /dev/null +++ b/subprojects/wayland.wrap @@ -0,0 +1,13 @@ +[wrap-file] +directory = wayland-1.23.1 +source_url = https://gitlab.freedesktop.org/wayland/wayland/-/releases/1.23.1/downloads/wayland-1.23.1.tar.xz +source_filename = wayland-1.23.1.tar.xz +source_hash = 864fb2a8399e2d0ec39d56e9d9b753c093775beadc6022ce81f441929a81e5ed +source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/wayland_1.23.1-1/wayland-1.23.1.tar.xz +wrapdb_version = 1.23.1-1 + +[provide] +wayland-cursor = wayland_cursor_dep +wayland-egl = wayland_egl_dep +wayland-server = wayland_server_dep +wayland-client = wayland_client_dep