linuxOS_AP06/buildroot/package/libtsm/Config.in

19 lines
408 B
Plaintext
Raw Normal View History

2025-06-03 04:28:32 +00:00
menuconfig BR2_PACKAGE_LIBTSM
bool "libtsm"
select BR2_PACKAGE_LIBXKBCOMMON
help
TSM is a state machine for DEC VT100-VT520
compatible terminal emulators. It tries to
support all common standards while keeping
compatibility to existing emulators.
https://github.com/Aetf/libtsm
if BR2_PACKAGE_LIBTSM
config BR2_PACKAGE_LIBTSM_STATIC
bool "Enable static"
default y if BR2_STATIC_LIBS
endif