All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] package/tio: Config.in: add missing selection of libglib2
@ 2025-12-21 11:57 Julien Olivain via buildroot
  2025-12-21 11:57 ` [Buildroot] [PATCH 2/3] package/tio: bump version to 3.9 Julien Olivain via buildroot
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Julien Olivain via buildroot @ 2025-12-21 11:57 UTC (permalink / raw)
  To: buildroot; +Cc: Julien Olivain, Sergio Prado

Buildroot commit [1] (package/tio: bump to 3.5) added the libglib2 in
the .mk file without selecting it in Config.in.

This commit fixes that.

[1] https://gitlab.com/buildroot.org/buildroot/-/commit/3d85e9df431af790930e03d860bfa098108888a0

Signed-off-by: Julien Olivain <ju.o@free.fr>
---
 package/tio/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/tio/Config.in b/package/tio/Config.in
index 953b26a349..ef9a129e73 100644
--- a/package/tio/Config.in
+++ b/package/tio/Config.in
@@ -5,6 +5,7 @@ config BR2_PACKAGE_TIO
 	depends on BR2_USE_WCHAR # glib2
 	depends on BR2_PACKAGE_HAS_LUAINTERPRETER
 	depends on !BR2_PACKAGE_LUAJIT
+	select BR2_PACKAGE_LIBGLIB2
 	help
 	  "tio" is a simple TTY terminal application which features a
 	  straightforward commandline interface to easily connect to
-- 
2.52.0

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

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

end of thread, other threads:[~2026-01-07 17:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-21 11:57 [Buildroot] [PATCH 1/3] package/tio: Config.in: add missing selection of libglib2 Julien Olivain via buildroot
2025-12-21 11:57 ` [Buildroot] [PATCH 2/3] package/tio: bump version to 3.9 Julien Olivain via buildroot
2025-12-21 11:57 ` [Buildroot] [PATCH 3/3] support/testing: add tio runtime test Julien Olivain via buildroot
2026-01-07 17:50   ` Arnout Vandecappelle via buildroot
2025-12-28 21:58 ` [Buildroot] [PATCH 1/3] package/tio: Config.in: add missing selection of libglib2 Thomas Petazzoni via buildroot
2026-01-07 17:51   ` Arnout Vandecappelle via buildroot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.