mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
ding-libs: use the new gettext logic
This commit switches to use the new gettext logic, which involves: - using TARGET_NLS_DEPENDENCIES instead of hand-encoded dependencies on gettext/host-gettext - dropping BR2_PACKAGE_GETTEXT selection The BR2_USE_WCHAR dependency was only needed for gettext. But now, we no longer need gettext unconditionally, so this dependency on BR2_USE_WCHAR is removed. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
config BR2_PACKAGE_DING_LIBS
|
||||
bool "ding-libs"
|
||||
depends on BR2_USE_WCHAR || !BR2_NEEDS_GETTEXT
|
||||
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
|
||||
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
||||
help
|
||||
The ding-libs packages contain a set of libraries used by
|
||||
@@ -16,7 +14,3 @@ config BR2_PACKAGE_DING_LIBS
|
||||
structure (libini_config).
|
||||
|
||||
https://git.fedorahosted.org/git/ding-libs.git
|
||||
|
||||
comment "ding-libs needs a toolchain w/ wchar"
|
||||
depends on BR2_NEEDS_GETTEXT
|
||||
depends on !BR2_USE_WCHAR
|
||||
|
||||
Reference in New Issue
Block a user