From 3465e290e2bdd8ea8b629f6922a107e869326834 Mon Sep 17 00:00:00 2001 From: Wildan M Date: Sat, 6 Jun 2026 15:05:31 +0700 Subject: [PATCH] Promote gettext into server config --- config/server.toml | 1 + recipes/tools/gettext/recipe.toml | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/config/server.toml b/config/server.toml index 70b98d6d..426100c0 100644 --- a/config/server.toml +++ b/config/server.toml @@ -15,6 +15,7 @@ bottom = {} curl = {} diffutils = {} findutils = {} +gettext = {} git = {} installer = {} kibi = {} diff --git a/recipes/tools/gettext/recipe.toml b/recipes/tools/gettext/recipe.toml index af6676d1..6c03f552 100644 --- a/recipes/tools/gettext/recipe.toml +++ b/recipes/tools/gettext/recipe.toml @@ -33,4 +33,6 @@ COOKBOOK_CONFIGURE_FLAGS+=( gt_cv_locale_zh_CN=false ) cookbook_configure -""" \ No newline at end of file +""" + +# TODO: split static library into dev