mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
package: update comments for reverse dependencies of util-linux
Commit 006a328ad6 ("util-linux: fix build with ncurses") removed
dependency on BR2_USE_WCHAR, but failed to update the reverse
dependencies of util-linux.
This commit updates comments in Config.in for BR2_USE_WCHAR for reverse
dependencies of util-linux which directly uses wchar now or when it is
pulled from other dependencies.
eudev doesn't use wchar directly, but needs C99 compiler. Autotools
generate code with wchar_t for checking C99 compiler.
Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
4427fe2821
commit
5c5077e117
@@ -2,7 +2,7 @@ config BR2_PACKAGE_E2TOOLS
|
||||
bool "e2tools"
|
||||
select BR2_PACKAGE_E2FSPROGS
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
depends on BR2_USE_WCHAR # e2fsprogs
|
||||
depends on BR2_USE_WCHAR # uses wchar_t
|
||||
depends on BR2_USE_MMU # e2fsprogs
|
||||
help
|
||||
E2tools is a simple set of GPL'ed utilities to read, write,
|
||||
|
||||
Reference in New Issue
Block a user