From fb6cd0035948a3df8d7259ae49440132d28efec6 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 2 May 2025 09:30:55 -0600 Subject: [PATCH] Add libxcb-proto --- recipes/wip/x11/libxcb-proto/recipe.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 recipes/wip/x11/libxcb-proto/recipe.toml diff --git a/recipes/wip/x11/libxcb-proto/recipe.toml b/recipes/wip/x11/libxcb-proto/recipe.toml new file mode 100644 index 00000000..54cca3c8 --- /dev/null +++ b/recipes/wip/x11/libxcb-proto/recipe.toml @@ -0,0 +1,10 @@ +[source] +tar = "https://xorg.freedesktop.org/archive/individual/proto/xcb-proto-1.17.0.tar.xz" +blake3 = "68187400fded667f60b4b020d0fc37fa489ae0de33169fe7b07fcbaf88e7a3f9" + +[build] +template = "custom" +script = """ +DYNAMIC_INIT +cookbook_configure +"""