From a8bf5d105b9d796fe4a8f28c985676f4cd4da6f3 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 2 May 2025 09:26:58 -0600 Subject: [PATCH] Make category for X11, move libx11 and x11proto there, add xorg-server recipe --- recipes/wip/{libs/other => x11}/libx11/recipe.toml | 0 recipes/wip/{libs/other => x11}/x11proto/recipe.toml | 0 recipes/wip/x11/xorg-server/recipe.toml | 12 ++++++++++++ 3 files changed, 12 insertions(+) rename recipes/wip/{libs/other => x11}/libx11/recipe.toml (100%) rename recipes/wip/{libs/other => x11}/x11proto/recipe.toml (100%) create mode 100644 recipes/wip/x11/xorg-server/recipe.toml diff --git a/recipes/wip/libs/other/libx11/recipe.toml b/recipes/wip/x11/libx11/recipe.toml similarity index 100% rename from recipes/wip/libs/other/libx11/recipe.toml rename to recipes/wip/x11/libx11/recipe.toml diff --git a/recipes/wip/libs/other/x11proto/recipe.toml b/recipes/wip/x11/x11proto/recipe.toml similarity index 100% rename from recipes/wip/libs/other/x11proto/recipe.toml rename to recipes/wip/x11/x11proto/recipe.toml diff --git a/recipes/wip/x11/xorg-server/recipe.toml b/recipes/wip/x11/xorg-server/recipe.toml new file mode 100644 index 000000000..29caa2864 --- /dev/null +++ b/recipes/wip/x11/xorg-server/recipe.toml @@ -0,0 +1,12 @@ +[source] +git = "https://gitlab.freedesktop.org/xorg/xserver.git" + +[build] +dependencies = [ + "libx11", +] +template = "custom" +script = """ +DYNAMIC_INIT +cookbook_meson +"""