952e2a787a
[Peter: propagate linux-pam dependencies/comment, needs wordexp.h, not available on uClibc, use /etc/default/nodm for config override, correct github/site/source handling, disable help2man] Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
26 lines
939 B
Plaintext
26 lines
939 B
Plaintext
config BR2_PACKAGE_NODM
|
|
bool "nodm"
|
|
depends on BR2_PACKAGE_XORG7
|
|
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
|
|
select BR2_PACKAGE_XLIB_LIBX11
|
|
select BR2_PACKAGE_LINUX_PAM
|
|
help
|
|
nodm is a minimal display manager that simply logs in
|
|
as a given user and starts an X session, without asking
|
|
for username or password.
|
|
|
|
For those cases where automatic login is needed (and
|
|
does not imply a security issue), nodm is simple to setup,
|
|
lightweight, and it should do exactly the right thing.
|
|
|
|
https://github.com/spanezz/nodm/
|
|
|
|
comment "nodm needs a glibc 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
|