summaryrefslogtreecommitdiffhomepage
path: root/vars/htop.vars
diff options
context:
space:
mode:
Diffstat (limited to 'vars/htop.vars')
-rw-r--r--vars/htop.vars9
1 files changed, 9 insertions, 0 deletions
diff --git a/vars/htop.vars b/vars/htop.vars
new file mode 100644
index 00000000..a835dbe2
--- /dev/null
+++ b/vars/htop.vars
@@ -0,0 +1,9 @@
+#
+# set -o errexit -o noglob are assumed.
+#
+
+: ${PKG_HTOP_CONFIG_CACHE_EXTRA:="
+ac_cv_lib_ncursesw6_addnwstr=yes
+ac_cv_lib_ncursesw_addnwstr=yes"};
+
+# vim:filetype=sh