2023-12-18 19:39:51 +00:00
|
|
|
config BR2_PACKAGE_LIBUTEMPTER
|
|
|
|
bool "libutempter"
|
2024-01-06 22:05:31 +00:00
|
|
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
|
depends on !BR2_STATIC_LIBS
|
2023-12-18 19:39:51 +00:00
|
|
|
help
|
|
|
|
The libutempter library provides interface for terminal
|
|
|
|
emulators such as screen and xterm to record user
|
|
|
|
sessions to utmp and wtmp files.
|
|
|
|
|
|
|
|
http://ftp.altlinux.org/pub/people/ldv/utempter/
|
|
|
|
|
|
|
|
comment "libutempter needs a toolchain w/ headers >= 4.14, dynamic library"
|
|
|
|
depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14 || BR2_STATIC_LIBS
|