package/procps-ng: enable UTF-8 support

For an example of why to enable this: https://bugs.archlinux.org/task/38614

Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Steven Noonan 2015-03-18 14:44:44 -07:00 committed by Thomas Petazzoni
parent c6ce70341a
commit ce3feec0fd

View File

@ -41,4 +41,10 @@ PROCPS_NG_CONF_OPTS += \
--bindir=/usr/bin \
--sbindir=/usr/sbin
# Allows unicode characters to show in 'watch'
ifeq ($(BR2_PACKAGE_NCURSES_WCHAR),y)
PROCPS_NG_CONF_OPTS += \
--enable-watch8bit
endif
$(eval $(autotools-package))