package/aubio: add libsndfile optional dependency
[buildroot-gz.git] / package / linux-pam / Config.in
blob3d9835e8cc39641222df3bda20ef2e9941869779
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         depends on !BR2_STATIC_LIBS
7         depends on !BR2_TOOLCHAIN_USES_MUSL
8         depends on BR2_USE_MMU # fork()
9         help
10           A Security Framework that Provides Authentication for Applications
12           http://linux-pam.org
14 comment "linux-pam needs a uClibc or glibc toolchain w/ wchar, locale, dynamic library"
15         depends on !(BR2_ENABLE_LOCALE && BR2_USE_WCHAR) \
16                 || BR2_STATIC_LIBS || BR2_TOOLCHAIN_USES_MUSL