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:
parent
c6ce70341a
commit
ce3feec0fd
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user