mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
network-manager: replace dependency on dbus by select
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
d018125508
commit
0a63f874a2
@ -1,7 +1,7 @@
|
|||||||
config BR2_PACKAGE_NETWORK_MANAGER
|
config BR2_PACKAGE_NETWORK_MANAGER
|
||||||
bool "NetworkManager"
|
bool "NetworkManager"
|
||||||
depends on BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV
|
depends on BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV
|
||||||
depends on BR2_PACKAGE_DBUS
|
select BR2_PACKAGE_DBUS
|
||||||
depends on BR2_INET_IPV6
|
depends on BR2_INET_IPV6
|
||||||
depends on BR2_LARGEFILE # acl
|
depends on BR2_LARGEFILE # acl
|
||||||
depends on BR2_USE_WCHAR # libglib2
|
depends on BR2_USE_WCHAR # libglib2
|
||||||
@ -25,6 +25,6 @@ config BR2_PACKAGE_NETWORK_MANAGER
|
|||||||
|
|
||||||
http://projects.gnome.org/NetworkManager/
|
http://projects.gnome.org/NetworkManager/
|
||||||
|
|
||||||
comment "NetworkManager requires DBus and a toolchain with IPV6, LARGEFILE and WCHAR support"
|
comment "NetworkManager requires a toolchain with IPV6, LARGEFILE and WCHAR support"
|
||||||
depends on !BR2_INET_IPV6 || !BR2_LARGEFILE || !BR2_USE_WCHAR || !BR2_PACKAGE_DBUS
|
depends on !BR2_INET_IPV6 || !BR2_LARGEFILE || !BR2_USE_WCHAR
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user