|
@@ -16,9 +16,12 @@ config BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS
|
|
menuconfig BR2_PACKAGE_SYSTEMD
|
|
menuconfig BR2_PACKAGE_SYSTEMD
|
|
bool "systemd"
|
|
bool "systemd"
|
|
depends on BR2_INIT_SYSTEMD
|
|
depends on BR2_INIT_SYSTEMD
|
|
|
|
+ depends on BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS
|
|
|
|
+ depends on BR2_USE_MMU
|
|
depends on !BR2_STATIC_LIBS # kmod
|
|
depends on !BR2_STATIC_LIBS # kmod
|
|
- depends on BR2_TOOLCHAIN_HAS_THREADS # dbus
|
|
|
|
- depends on BR2_USE_MMU # dbus
|
|
|
|
|
|
+ depends on BR2_TOOLCHAIN_USES_GLIBC
|
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_SSP
|
|
|
|
+ depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_5
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_5
|
|
depends on BR2_HOST_GCC_AT_LEAST_5 # host-systemd
|
|
depends on BR2_HOST_GCC_AT_LEAST_5 # host-systemd
|
|
select BR2_PACKAGE_HAS_UDEV
|
|
select BR2_PACKAGE_HAS_UDEV
|