1 config BR2_PACKAGE_NODM
3 depends on BR2_PACKAGE_XORG7
4 depends on (BR2_ENABLE_LOCALE && BR2_USE_WCHAR) # linux-pam
5 depends on !BR2_STATIC_LIBS # linux-pam
6 depends on !BR2_TOOLCHAIN_USES_MUSL # linux-pam
7 depends on !BR2_TOOLCHAIN_USES_UCLIBC # needs wordexp.h
8 depends on BR2_USE_MMU # linux-pam
9 select BR2_PACKAGE_XLIB_LIBX11
10 select BR2_PACKAGE_LINUX_PAM
12 nodm is a minimal display manager that simply logs in
13 as a given user and starts an X session, without asking
14 for username or password.
16 For those cases where automatic login is needed (and
17 does not imply a security issue), nodm is simple to setup,
18 lightweight, and it should do exactly the right thing.
20 https://github.com/spanezz/nodm/
22 comment "nodm needs a glibc toolchain w/ wchar, locale, dynamic library"
23 depends on BR2_PACKAGE_XORG7
24 depends on !(BR2_ENABLE_LOCALE && BR2_USE_WCHAR) \
25 || BR2_STATIC_LIBS || BR2_TOOLCHAIN_USES_MUSL \
26 || BR2_TOOLCHAIN_USES_UCLIBC