From d80baea6d35349f9c8cb19de74e547452f3a9071 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sat, 3 May 2025 18:39:56 -0600 Subject: [PATCH] Add libxaw --- recipes/wip/x11/libxaw/recipe.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/recipes/wip/x11/libxaw/recipe.toml b/recipes/wip/x11/libxaw/recipe.toml index 57982d940..18c379352 100644 --- a/recipes/wip/x11/libxaw/recipe.toml +++ b/recipes/wip/x11/libxaw/recipe.toml @@ -8,7 +8,15 @@ autotools_recursive_regenerate [build] dependencies = [ + "libice", + "libpthread-stubs", + "libsm", "libx11", + "libxau", + "libxcb", + "libxext", + "libxmu", + "libxpm", "libxt", "x11proto", ]