From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/tmux: add utf8proc optional dependency
Date: Sun, 5 Feb 2023 15:42:42 +0100 [thread overview]
Message-ID: <20230205144242.GO2960@scaer> (raw)
In-Reply-To: <20230205132307.41753-1-fontaine.fabrice@gmail.com>
Fabrice, All,
On 2023-02-05 14:23 +0100, Fabrice Fontaine spake thusly:
> 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>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> 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
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2023-02-05 14:42 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 [this message]
2023-02-21 20:46 ` Peter Korsgaard
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=20230205144242.GO2960@scaer \
--to=yann.morin.1998@free.fr \
--cc=buildroot@buildroot.org \
--cc=fontaine.fabrice@gmail.com \
/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