1 config BR2_PACKAGE_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
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).
18 https://git.fedorahosted.org/git/ding-libs.git
20 comment "ding-libs needs a toolchain w/ wchar"
21 depends on BR2_NEEDS_GETTEXT
22 depends on !BR2_USE_WCHAR