nodm: uClibc wordexp support is enabled by default

Build tested with Qemu X86 sample.

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Waldemar Brodkorb 2017-06-27 21:07:43 +02:00 committed by Thomas Petazzoni
parent c7f878d2ae
commit 659ec7d64d

View file

@ -4,7 +4,6 @@ config BR2_PACKAGE_NODM
depends on (BR2_ENABLE_LOCALE && BR2_USE_WCHAR) # linux-pam
depends on !BR2_STATIC_LIBS # linux-pam
depends on !BR2_TOOLCHAIN_USES_MUSL # linux-pam
depends on !BR2_TOOLCHAIN_USES_UCLIBC # needs wordexp.h
depends on BR2_USE_MMU # linux-pam
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_LINUX_PAM
@ -19,8 +18,7 @@ config BR2_PACKAGE_NODM
https://github.com/spanezz/nodm/
comment "nodm needs a glibc toolchain w/ wchar, locale, dynamic library"
comment "nodm needs a glibc or uClibc toolchain w/ wchar, locale, dynamic library"
depends on BR2_PACKAGE_XORG7
depends on !(BR2_ENABLE_LOCALE && BR2_USE_WCHAR) \
|| BR2_STATIC_LIBS || BR2_TOOLCHAIN_USES_MUSL \
|| BR2_TOOLCHAIN_USES_UCLIBC
|| BR2_STATIC_LIBS || BR2_TOOLCHAIN_USES_MUSL