From 65a905dd5a964478eec9a0270db469e8f04c3a0c Mon Sep 17 00:00:00 2001 From: David Campbell Date: Tue, 16 Dec 2025 16:55:51 -0500 Subject: [PATCH] Add icons dependency to hnefatafl. --- recipes/wip/games/strategy/hnefatafl-copenhagen/recipe.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/recipes/wip/games/strategy/hnefatafl-copenhagen/recipe.toml b/recipes/wip/games/strategy/hnefatafl-copenhagen/recipe.toml index 9b98f8d7b..50b08f452 100644 --- a/recipes/wip/games/strategy/hnefatafl-copenhagen/recipe.toml +++ b/recipes/wip/games/strategy/hnefatafl-copenhagen/recipe.toml @@ -30,3 +30,8 @@ cp -rv "${COOKBOOK_SOURCE}"/icons/king_256x256.png "${COOKBOOK_STAGE}"/ui/icons/ cp -rv "${COOKBOOK_SOURCE}"/packages/redox/manifest "${COOKBOOK_STAGE}"/ui/apps/hnefatafl-client mv "${COOKBOOK_STAGE}"/usr/bin/hnefatafl-client "${COOKBOOK_STAGE}"/usr/games/hnefatafl-client """ + +[package] +dependencies = [ + "noto-color-emoji", +]