12 lines
403 B
Plaintext
12 lines
403 B
Plaintext
|
config BR2_PACKAGE_LIBUTEMPTER
|
||
|
bool "libutempter"
|
||
|
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
|