From 246ed0fbde9a920c37ce7a43a41e2693bcab35e5 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 4 Nov 2025 14:46:49 -0700 Subject: [PATCH] smallvil: dynamically link and include libffi --- recipes/wip/wayland/smallvil/recipe.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes/wip/wayland/smallvil/recipe.toml b/recipes/wip/wayland/smallvil/recipe.toml index e895b8930..d4e1fb51b 100644 --- a/recipes/wip/wayland/smallvil/recipe.toml +++ b/recipes/wip/wayland/smallvil/recipe.toml @@ -4,8 +4,10 @@ git = "https://github.com/Smithay/smithay" [build] template = "custom" dependencies = [ + "libffi", "libwayland", ] script = """ +DYNAMIC_INIT cookbook_cargo_packages smallvil """