mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/tio: Config.in: add missing selection of libglib2
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]3d85e9df43Signed-off-by: Julien Olivain <ju.o@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit5a40d54cc3) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
ac7842ab6b
commit
ca558fb399
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user