package/tmux: add utf8proc optional dependency
utf8proc is an optional dependency since version 2.3 and6c94774b70
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> (cherry picked from commit1f618aa388
) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
3820c4b934
commit
11374681ba
@ -11,6 +11,13 @@ TMUX_LICENSE_FILES = COPYING
|
||||
TMUX_CPE_ID_VENDOR = tmux_project
|
||||
TMUX_DEPENDENCIES = libevent ncurses host-pkgconf
|
||||
|
||||
ifeq ($(BR2_PACKAGE_UTF8PROC),y)
|
||||
TMUX_DEPENDENCIES += utf8proc
|
||||
TMUX_CONF_OPTS += --enable-utf8proc
|
||||
else
|
||||
TMUX_CONF_OPTS += --disable-utf8proc
|
||||
endif
|
||||
|
||||
# Add /usr/bin/tmux to /etc/shells otherwise some login tools like dropbear
|
||||
# can reject the user connection. See man shells.
|
||||
define TMUX_ADD_TMUX_TO_SHELLS
|
||||
|
Loading…
Reference in New Issue
Block a user