From 91ee785ce31f67cf20bbc1baacf8ca1946bc0d8f Mon Sep 17 00:00:00 2001 From: Wildan Mubarok Date: Wed, 1 Oct 2025 01:47:58 +0000 Subject: [PATCH] Rename libwayland --- .../wip/wayland/{libwayland-client => libwayland}/recipe.toml | 0 .../wip/wayland/{libwayland-client => libwayland}/redox.patch | 0 recipes/wip/wayland/wayland-protocols/recipe.toml | 2 +- recipes/wip/wayland/xwayland/recipe.toml | 2 +- recipes/wip/x11/xorgproto/recipe.toml | 1 - 5 files changed, 2 insertions(+), 3 deletions(-) rename recipes/wip/wayland/{libwayland-client => libwayland}/recipe.toml (100%) rename recipes/wip/wayland/{libwayland-client => libwayland}/redox.patch (100%) diff --git a/recipes/wip/wayland/libwayland-client/recipe.toml b/recipes/wip/wayland/libwayland/recipe.toml similarity index 100% rename from recipes/wip/wayland/libwayland-client/recipe.toml rename to recipes/wip/wayland/libwayland/recipe.toml diff --git a/recipes/wip/wayland/libwayland-client/redox.patch b/recipes/wip/wayland/libwayland/redox.patch similarity index 100% rename from recipes/wip/wayland/libwayland-client/redox.patch rename to recipes/wip/wayland/libwayland/redox.patch diff --git a/recipes/wip/wayland/wayland-protocols/recipe.toml b/recipes/wip/wayland/wayland-protocols/recipe.toml index 25dea45d..593e24bc 100644 --- a/recipes/wip/wayland/wayland-protocols/recipe.toml +++ b/recipes/wip/wayland/wayland-protocols/recipe.toml @@ -4,4 +4,4 @@ tar = "https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/1.32/ template = "meson" mesonflags = [ "-Dtests=false" -] \ No newline at end of file +] diff --git a/recipes/wip/wayland/xwayland/recipe.toml b/recipes/wip/wayland/xwayland/recipe.toml index c4b93a68..d7ed31b6 100644 --- a/recipes/wip/wayland/xwayland/recipe.toml +++ b/recipes/wip/wayland/xwayland/recipe.toml @@ -21,7 +21,7 @@ dependencies = [ "libxcb", "openssl1", "freetype2", - "libwayland-client", + "libwayland", "libfontenc", "wayland-protocols", "zlib", diff --git a/recipes/wip/x11/xorgproto/recipe.toml b/recipes/wip/x11/xorgproto/recipe.toml index 389ae42c..2d62b819 100644 --- a/recipes/wip/x11/xorgproto/recipe.toml +++ b/recipes/wip/x11/xorgproto/recipe.toml @@ -1,4 +1,3 @@ - [source] tar = "https://www.x.org/archive/individual/proto/xorgproto-2024.1.tar.xz" [build]