From d4facdec3783f518d7808f7e644e20acacf2eba0 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Fri, 12 Jul 2024 07:51:24 +0000
Subject: [PATCH] Update a recipe

---
 recipes/wip/monitors/htop/recipe.toml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/recipes/wip/monitors/htop/recipe.toml b/recipes/wip/monitors/htop/recipe.toml
index f5f90ae23..d6a30af32 100644
--- a/recipes/wip/monitors/htop/recipe.toml
+++ b/recipes/wip/monitors/htop/recipe.toml
@@ -9,5 +9,8 @@ dependencies = [
 ]
 script = """
 export CPPFLAGS="-I${COOKBOOK_SYSROOT}/include/ncurses"
+COOKBOOK_CONFIGURE_FLAGS+=(
+    --disable-unicode
+)
 cookbook_configure
 """
-- 
GitLab