Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/tio: install bash-completions
@ 2024-02-13 11:49 Marcus Hoffmann via buildroot
  2024-02-13 11:49 ` [Buildroot] [PATCH 2/2] package/tio: disable installing man page Marcus Hoffmann via buildroot
  2024-07-15 10:50 ` [Buildroot] [PATCH 1/2] package/tio: install bash-completions Thomas Petazzoni via buildroot
  0 siblings, 2 replies; 4+ messages in thread
From: Marcus Hoffmann via buildroot @ 2024-02-13 11:49 UTC (permalink / raw)
  To: buildroot; +Cc: Sergio Prado

See meson_options.txt file [1].

[1] https://github.com/tio/tio/blob/master/meson_options.txt

Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
---
 package/tio/tio.mk | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/package/tio/tio.mk b/package/tio/tio.mk
index d7b554ee84..a7d3537850 100644
--- a/package/tio/tio.mk
+++ b/package/tio/tio.mk
@@ -10,5 +10,10 @@ TIO_SITE = https://github.com/tio/tio/releases/download/v$(TIO_VERSION)
 TIO_LICENSE = GPL-2.0+
 TIO_LICENSE_FILES = LICENSE
 TIO_DEPENDENCIES = inih
+ifeq ($(BR2_PACKAGE_BASH_COMPLETION),y)
+TIO_CONF_OPTS +=-Dbashcompletiondir=/usr/share/bash-completion/completions/
+else
+TIO_CONF_OPTS +=-Dbashcompletiondir=no
+endif
 
 $(eval $(meson-package))
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-07-15 10:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-13 11:49 [Buildroot] [PATCH 1/2] package/tio: install bash-completions Marcus Hoffmann via buildroot
2024-02-13 11:49 ` [Buildroot] [PATCH 2/2] package/tio: disable installing man page Marcus Hoffmann via buildroot
2024-07-15 10:52   ` Thomas Petazzoni via buildroot
2024-07-15 10:50 ` [Buildroot] [PATCH 1/2] package/tio: install bash-completions Thomas Petazzoni via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox