From: Peter Korsgaard <peter@korsgaard.com>
To: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Cc: "Yann E . MORIN" <yann.morin.1998@free.fr>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/tmux: add utf8proc optional dependency
Date: Tue, 21 Feb 2023 21:46:18 +0100 [thread overview]
Message-ID: <87356yycf9.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <20230205132307.41753-1-fontaine.fabrice@gmail.com> (Fabrice Fontaine's message of "Sun, 5 Feb 2023 14:23:07 +0100")
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
> utf8proc is an optional dependency since version 2.3 and
> https://github.com/tmux/tmux/commit/6c94774b70f72952c4c512e4aa59a207ca1c34f2
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Committed to 2022.11.x and 2022.02.x, thanks.
> ---
> package/tmux/tmux.mk | 7 +++++++
> 1 file changed, 7 insertions(+)
> diff --git a/package/tmux/tmux.mk b/package/tmux/tmux.mk
> index 281b7d8ee6..b1c0af1a83 100644
> --- a/package/tmux/tmux.mk
> +++ b/package/tmux/tmux.mk
> @@ -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
> --
> 2.39.0
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
prev parent reply other threads:[~2023-02-21 20:46 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-05 13:23 [Buildroot] [PATCH 1/1] package/tmux: add utf8proc optional dependency Fabrice Fontaine
2023-02-05 14:42 ` Yann E. MORIN
2023-02-21 20:46 ` Peter Korsgaard [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87356yycf9.fsf@dell.be.48ers.dk \
--to=peter@korsgaard.com \
--cc=buildroot@buildroot.org \
--cc=fontaine.fabrice@gmail.com \
--cc=yann.morin.1998@free.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox