Config.in 480 B

12345678910111213
  1. config 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. http://ftp.altlinux.org/pub/people/ldv/utempter/
  10. comment "libutempter needs a toolchain w/ headers >= 4.14, dynamic library"
  11. depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14 || BR2_STATIC_LIBS