1config BR2_PACKAGE_LIBUTEMPTER 2 bool "libutempter" 3 depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14 4 depends on !BR2_STATIC_LIBS 5 help 6 The libutempter library provides interface for terminal 7 emulators such as screen and xterm to record user 8 sessions to utmp and wtmp files. 9 10 http://ftp.altlinux.org/pub/people/ldv/utempter/ 11 12comment "libutempter needs a toolchain w/ headers >= 4.14, dynamic library" 13 depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14 || BR2_STATIC_LIBS 14