7af75b7b944b4890d54c0015703498e3201f4573
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / ding-libs / Config.in
1 config BR2_PACKAGE_DING_LIBS
2         bool "ding-libs"
3         select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
4         select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
5         depends on BR2_USE_WCHAR || !BR2_NEEDS_GETTEXT
6         help
7           The ding-libs packages contain a set of libraries used by
8           the System Security Services Daemon (SSSD) and other
9           projects and provide functions to manipulate filesystem
10           pathnames (libpath_utils), a hash table to manage storage
11           and access time properties (libdhash), a data type to
12           collect data in a hierarchical structure (libcollection), a
13           dynamically growing, reference-counted array (libref_array),
14           and a library to process configuration files in
15           initialization format (INI) into a library collection data
16           structure (libini_config).
17
18           https://git.fedorahosted.org/git/ding-libs.git
19
20 comment "ding-libs needs a toolchain w/ wchar"
21         depends on BR2_NEEDS_GETTEXT
22         depends on !BR2_USE_WCHAR