From a66bc4459a5d2371c700d68c2a0d83b8b7109f6e Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Wed, 13 May 2026 22:14:07 +0200 Subject: [PATCH] Promote some drm related recipes out of wip Haven't found any redox related bugs in them in the past couple of months. --- recipes/{wip/x11 => dri}/drm-info/recipe.toml | 0 recipes/{wip/x11 => dri}/drm-info/redox.patch | 0 recipes/{wip/libs/text => libs}/json-c/recipe.toml | 0 recipes/{wip/x11 => libs}/libdrm/recipe.toml | 0 recipes/{wip/x11 => libs}/libdrm/redox.patch | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename recipes/{wip/x11 => dri}/drm-info/recipe.toml (100%) rename recipes/{wip/x11 => dri}/drm-info/redox.patch (100%) rename recipes/{wip/libs/text => libs}/json-c/recipe.toml (100%) rename recipes/{wip/x11 => libs}/libdrm/recipe.toml (100%) rename recipes/{wip/x11 => libs}/libdrm/redox.patch (100%) diff --git a/recipes/wip/x11/drm-info/recipe.toml b/recipes/dri/drm-info/recipe.toml similarity index 100% rename from recipes/wip/x11/drm-info/recipe.toml rename to recipes/dri/drm-info/recipe.toml diff --git a/recipes/wip/x11/drm-info/redox.patch b/recipes/dri/drm-info/redox.patch similarity index 100% rename from recipes/wip/x11/drm-info/redox.patch rename to recipes/dri/drm-info/redox.patch diff --git a/recipes/wip/libs/text/json-c/recipe.toml b/recipes/libs/json-c/recipe.toml similarity index 100% rename from recipes/wip/libs/text/json-c/recipe.toml rename to recipes/libs/json-c/recipe.toml diff --git a/recipes/wip/x11/libdrm/recipe.toml b/recipes/libs/libdrm/recipe.toml similarity index 100% rename from recipes/wip/x11/libdrm/recipe.toml rename to recipes/libs/libdrm/recipe.toml diff --git a/recipes/wip/x11/libdrm/redox.patch b/recipes/libs/libdrm/redox.patch similarity index 100% rename from recipes/wip/x11/libdrm/redox.patch rename to recipes/libs/libdrm/redox.patch