From 5c7dae3696d6596f6db5b0d14f62d0a24465d3c1 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 6 May 2025 16:59:56 -0600 Subject: [PATCH] Add libxxf86vm --- recipes/wip/x11/libxxf86vm/recipe.toml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 recipes/wip/x11/libxxf86vm/recipe.toml diff --git a/recipes/wip/x11/libxxf86vm/recipe.toml b/recipes/wip/x11/libxxf86vm/recipe.toml new file mode 100644 index 000000000..cbefd2e71 --- /dev/null +++ b/recipes/wip/x11/libxxf86vm/recipe.toml @@ -0,0 +1,22 @@ +[source] +tar = "https://www.x.org/releases/individual/lib/libXxf86vm-1.1.6.tar.xz" +blake3 = "cd99c05a03e81f8579a56272debd554b2a44c2ac8211f0170a39be86e03221bb" +script = """ +DYNAMIC_INIT +autotools_recursive_regenerate +""" + +[build] +dependencies = [ + "libpthread-stubs", + "libx11", + "libxau", + "libxcb", + "libxext", + "x11proto", +] +template = "custom" +script = """ +DYNAMIC_INIT +cookbook_configure --enable-malloc0returnsnull +"""