From 3918899a4dcdab27f15e051be9d954c2acc16336 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 2 May 2025 10:13:13 -0600 Subject: [PATCH] libx11: fix compilation --- recipes/wip/x11/libx11/recipe.toml | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/recipes/wip/x11/libx11/recipe.toml b/recipes/wip/x11/libx11/recipe.toml index 987fae69a..db8a8c446 100644 --- a/recipes/wip/x11/libx11/recipe.toml +++ b/recipes/wip/x11/libx11/recipe.toml @@ -1,8 +1,21 @@ -#TODO directory error [source] -tar = "https://www.x.org/releases/individual/lib/libX11-1.8.7.tar.xz" +tar = "https://www.x.org/releases/individual/lib/libX11-1.8.12.tar.xz" +blake3 = "5bf1c64733322b6a90d9bce8d2bd2d8117a4950955caa00d0cd7974d42571d1e" +script = """ +DYNAMIC_INIT +autotools_recursive_regenerate +""" + [build] -template = "configure" dependencies = [ + "libpthread-stubs", + "libxau", + "libxcb", "x11proto", + "xtrans", ] +template = "custom" +script = """ +DYNAMIC_INIT +cookbook_configure --enable-malloc0returnsnull +"""