Config.in 387 B

123456789101112
  1. config BR2_PACKAGE_LINUX_PAM
  2. bool "linux-pam"
  3. select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
  4. select BR2_PACKAGE_FLEX
  5. depends on (BR2_ENABLE_LOCALE && BR2_USE_WCHAR)
  6. help
  7. A Security Framework that Provides Authentication for Applications
  8. http://linux-pam.org
  9. comment "linux-pam needs a toolchain w/ wchar, locale"
  10. depends on !(BR2_ENABLE_LOCALE && BR2_USE_WCHAR)