diff --git a/package/systemd/Config.in b/package/systemd/Config.in index 62dc3f5ad0..f507a55ceb 100644 --- a/package/systemd/Config.in +++ b/package/systemd/Config.in @@ -242,7 +242,6 @@ config BR2_PACKAGE_SYSTEMD_HOMED bool "enable home daemon" depends on BR2_TOOLCHAIN_HAS_THREADS # cryptsetup -> lvm2 depends on BR2_USE_MMU # cryptsetup -> lvm2 - depends on !BR2_STATIC_LIBS # cryptsetup -> lvm2 depends on BR2_TOOLCHAIN_HAS_SYNC_4 # cryptsetup -> json-c select BR2_PACKAGE_CRYPTSETUP select BR2_PACKAGE_OPENSSL @@ -254,11 +253,10 @@ config BR2_PACKAGE_SYSTEMD_HOMED https://www.freedesktop.org/software/systemd/man/systemd-homed.service.html -comment "homed support needs a toolchain w/ threads, dynamic library" +comment "homed support needs a toolchain w/ threads" depends on BR2_USE_MMU depends on BR2_TOOLCHAIN_HAS_SYNC_4 - depends on !BR2_TOOLCHAIN_HAS_THREADS || \ - BR2_STATIC_LIBS + depends on !BR2_TOOLCHAIN_HAS_THREADS config BR2_PACKAGE_SYSTEMD_HOSTNAMED bool "enable hostname daemon"