From 8982691974ccacdee756d1518e7a2312210b2e7b Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 10 Nov 2025 20:15:29 -0700 Subject: [PATCH] libxcomposite: fix compilation --- recipes/wip/x11/libxcomposite/recipe.toml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/recipes/wip/x11/libxcomposite/recipe.toml b/recipes/wip/x11/libxcomposite/recipe.toml index ff65809de..f25053785 100644 --- a/recipes/wip/x11/libxcomposite/recipe.toml +++ b/recipes/wip/x11/libxcomposite/recipe.toml @@ -1,9 +1,19 @@ #TODO make dependencies work [source] tar = "https://www.x.org/releases/individual/lib/libXcomposite-0.4.6.tar.xz" +script = """ +DYNAMIC_INIT +autotools_recursive_regenerate +""" + [build] -template = "configure" +template = "custom" dependencies = [ "libx11", + "libxfixes", "x11proto", ] +script = """ +DYNAMIC_INIT +cookbook_configure +"""