From 7de3c4750b291715ad51cb19739d80239f44ad7e Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 2 May 2025 09:51:41 -0600 Subject: [PATCH] libxcb: fix compilation --- recipes/wip/x11/libxcb/recipe.toml | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/recipes/wip/x11/libxcb/recipe.toml b/recipes/wip/x11/libxcb/recipe.toml index 1d210db62..4ea52ba7b 100644 --- a/recipes/wip/x11/libxcb/recipe.toml +++ b/recipes/wip/x11/libxcb/recipe.toml @@ -1,5 +1,20 @@ -#TODO missing xcb-proto package [source] -tar = "https://www.x.org/releases/individual/xcb/libxcb-1.16.tar.xz" +tar = "https://www.x.org/releases/individual/xcb/libxcb-1.17.0.tar.xz" +blake3 = "3dce3b8adc257177dfec9b6b6cf55eeac13921520dd6c372fd8f9d867600337b" +script = """ +DYNAMIC_INIT +autotools_recursive_regenerate +""" + [build] -template = "configure" +dependencies = [ + "libpthread-stubs", + "libxau", + "x11proto", + "xcb-proto", +] +template = "custom" +script = """ +DYNAMIC_INIT +cookbook_configure +"""