From 038625476b26f3975677537d42e9aacae53be536 Mon Sep 17 00:00:00 2001 From: Anhad Singh Date: Sat, 1 Feb 2025 00:33:33 +1100 Subject: [PATCH] fix(cosmic-files): set shared-deps instead of package deps Signed-off-by: Anhad Singh --- recipes/tools/cosmic-files/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/tools/cosmic-files/recipe.toml b/recipes/tools/cosmic-files/recipe.toml index 779f2a2b0..9d6ee4bd3 100644 --- a/recipes/tools/cosmic-files/recipe.toml +++ b/recipes/tools/cosmic-files/recipe.toml @@ -39,7 +39,7 @@ cp -rv "${COOKBOOK_SOURCE}/res/icons/hicolor/" "${COOKBOOK_STAGE}/usr/share/icon """ [package] -dependencies = [ +shared-deps = [ "libgcc", "gettext", "libiconv"