Browse Source

htop: fixed to disable unicode support if NLS is disabled

Note:

If NLS is disabled for the target our ncurses package is not building the
widec variant which is needed for unicode support.
stable/0.6
Christian Wiese 11 years ago
parent
commit
cbe8eb5f36
  1. 6
      base/htop/htop.conf

6
base/htop/htop.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../htop/htop.conf
# Copyright (C) 2007 - 2008 The OpenSDE Project
# Copyright (C) 2007 - 2013 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -18,3 +18,7 @@ if atstage cross; then
fi
var_append GCC_WRAPPER_APPEND ' ' '-ldl'
if [ "$SDECFG_DISABLE_NLS" = 1 ]; then
var_append extraconfopt ' ' "--disable-unicode"
fi

Loading…
Cancel
Save