diff --git a/recipes/wip/libs/other/libxres/recipe.toml b/recipes/wip/libs/other/libxres/recipe.toml deleted file mode 100644 index af7194ca..00000000 --- a/recipes/wip/libs/other/libxres/recipe.toml +++ /dev/null @@ -1,5 +0,0 @@ -#TODO missing xorg-macros package -[source] -tar = "https://www.x.org/releases/individual/lib/libXres-1.2.2.tar.xz" -[build] -template = "configure" diff --git a/recipes/wip/x11/libxres/recipe.toml b/recipes/wip/x11/libxres/recipe.toml new file mode 100644 index 00000000..ae9027da --- /dev/null +++ b/recipes/wip/x11/libxres/recipe.toml @@ -0,0 +1,18 @@ +[source] +tar = "https://www.x.org/releases/individual/lib/libXres-1.2.3.tar.xz" +blake3 = "ed6e65e554fb812ddbec0667d749cb6c0488a964d7b12a7c4c2cadac1287088f" +script = """ +DYNAMIC_INIT +autotools_recursive_regenerate +""" + +[build] +dependencies = [ + "libx11", + "libxext", +] +template = "custom" +script = """ +DYNAMIC_INIT +cookbook_configure --enable-malloc0returnsnull +"""