From 965760199dd6caccd237702b9dc12a5370084617 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 2 May 2025 09:51:25 -0600 Subject: [PATCH] Rename libxcb-proto to xcb-proto --- recipes/wip/x11/{libxcb-proto => xcb-proto}/recipe.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) rename recipes/wip/x11/{libxcb-proto => xcb-proto}/recipe.toml (72%) diff --git a/recipes/wip/x11/libxcb-proto/recipe.toml b/recipes/wip/x11/xcb-proto/recipe.toml similarity index 72% rename from recipes/wip/x11/libxcb-proto/recipe.toml rename to recipes/wip/x11/xcb-proto/recipe.toml index 54cca3c81..cd7e92732 100644 --- a/recipes/wip/x11/libxcb-proto/recipe.toml +++ b/recipes/wip/x11/xcb-proto/recipe.toml @@ -3,8 +3,4 @@ tar = "https://xorg.freedesktop.org/archive/individual/proto/xcb-proto-1.17.0.ta blake3 = "68187400fded667f60b4b020d0fc37fa489ae0de33169fe7b07fcbaf88e7a3f9" [build] -template = "custom" -script = """ -DYNAMIC_INIT -cookbook_configure -""" +template = "configure"