From 1f71aa8b121d681204a8d66766b3ac75337f0c79 Mon Sep 17 00:00:00 2001 From: David Campbell Date: Mon, 22 Dec 2025 18:17:10 -0500 Subject: [PATCH] hnefatafl: add freefont dependency. --- recipes/wip/games/strategy/hnefatafl-copenhagen/recipe.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/wip/games/strategy/hnefatafl-copenhagen/recipe.toml b/recipes/wip/games/strategy/hnefatafl-copenhagen/recipe.toml index e5c994678..1e629209b 100644 --- a/recipes/wip/games/strategy/hnefatafl-copenhagen/recipe.toml +++ b/recipes/wip/games/strategy/hnefatafl-copenhagen/recipe.toml @@ -34,5 +34,6 @@ mv "${COOKBOOK_STAGE}"/usr/bin/hnefatafl-client "${COOKBOOK_STAGE}"/usr/games/hn [package] dependencies = [ "dejavu", + "freefont", "noto-color-emoji", ]