]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/libgsasl/Config.in
libgsasl: add mandatory dependency on wchar
[coffee/buildroot.git] / package / libgsasl / Config.in
1 config BR2_PACKAGE_LIBGSASL
2         bool "libgsasl"
3         depends on BR2_USE_WCHAR
4         help
5           Simple Authentication and Security Layer framework Library.
6           GNU SASL is an implementation of the Simple Authentication and
7           Security Layer framework and a few common SASL mechanisms.
8           SASL is used by network servers (e.g., IMAP, SMTP) to request
9           authentication from clients, and in clients to authenticate
10           against servers.
11
12           http://www.gnu.org/software/gsasl
13
14 comment "libgsasl needs a toolchain w/ wchar"
15         depends on !BR2_USE_WCHAR