mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
network-manager: remove redundant dependencies
Now network-manager depends on glibc, there is no need anymore for the wchar and threads dependencies (implied by glibc). So remove them. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
40df43ac66
commit
bea690baa2
@ -1,7 +1,5 @@
|
|||||||
config BR2_PACKAGE_NETWORK_MANAGER
|
config BR2_PACKAGE_NETWORK_MANAGER
|
||||||
bool "networkmanager"
|
bool "networkmanager"
|
||||||
depends on BR2_USE_WCHAR # libglib2 and gnutls
|
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, libglib2
|
|
||||||
depends on BR2_USE_MMU # dbus
|
depends on BR2_USE_MMU # dbus
|
||||||
depends on BR2_PACKAGE_HAS_UDEV
|
depends on BR2_PACKAGE_HAS_UDEV
|
||||||
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7
|
||||||
@ -51,8 +49,8 @@ config BR2_PACKAGE_NETWORK_MANAGER_PPPD
|
|||||||
This option enables support for PPPD daemon
|
This option enables support for PPPD daemon
|
||||||
endif
|
endif
|
||||||
|
|
||||||
comment "NetworkManager needs udev /dev management and a (e)glibc toolchain w/ wchar, threads, headers >= 3.7"
|
comment "NetworkManager needs udev /dev management and a (e)glibc toolchain w/ headers >= 3.7"
|
||||||
depends on BR2_USE_MMU
|
depends on BR2_USE_MMU
|
||||||
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
|
depends on !BR2_PACKAGE_HAS_UDEV || \
|
||||||
!BR2_PACKAGE_HAS_UDEV || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7 || \
|
!BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7 || \
|
||||||
!BR2_TOOLCHAIN_USES_GLIBC
|
!BR2_TOOLCHAIN_USES_GLIBC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user