diff --git a/recipes/wip/monitors/htop/recipe.toml b/recipes/wip/monitors/htop/recipe.toml index f5f90ae23668f996864fda247af2164e6cc24427..d6a30af328c6128fa00bf938c57e988f1cd65f0a 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 """