From 4a216ac55e382ae395f4da82ab3fdc359dde785d Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sat, 3 May 2025 17:57:09 -0600 Subject: [PATCH] Add libxt --- recipes/wip/x11/libxt/recipe.toml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 recipes/wip/x11/libxt/recipe.toml diff --git a/recipes/wip/x11/libxt/recipe.toml b/recipes/wip/x11/libxt/recipe.toml new file mode 100644 index 000000000..f764c7dfc --- /dev/null +++ b/recipes/wip/x11/libxt/recipe.toml @@ -0,0 +1,24 @@ +[source] +tar = "https://www.x.org/releases/individual/lib/libXt-1.3.1.tar.xz" +blake3 = "fbf21683ce3e6d104529289254977bb08b355ecf7a36c763e8369acf85f15f24" +script = """ +DYNAMIC_INIT +autotools_recursive_regenerate +""" + +[build] +dependencies = [ + "libice", + "libpthread-stubs", + "libsm", + "libx11", + "libxau", + "libxcb", + "x11proto", + "x11proto-kb", +] +template = "custom" +script = """ +DYNAMIC_INIT +cookbook_configure --enable-malloc0returnsnull +"""