Commit 0a63f874 authored by Arnout Vandecappelle (Essensium/Mind)'s avatar Arnout Vandecappelle (Essensium/Mind) Committed by Peter Korsgaard
Browse files

network-manager: replace dependency on dbus by select

parent d0181255
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
config BR2_PACKAGE_NETWORK_MANAGER
	bool "NetworkManager"
	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_LARGEFILE # acl
	depends on BR2_USE_WCHAR # libglib2
@@ -25,6 +25,6 @@ config BR2_PACKAGE_NETWORK_MANAGER

	  http://projects.gnome.org/NetworkManager/

comment "NetworkManager requires DBus and a toolchain with IPV6, LARGEFILE and WCHAR support"
	depends on !BR2_INET_IPV6 || !BR2_LARGEFILE || !BR2_USE_WCHAR || !BR2_PACKAGE_DBUS
comment "NetworkManager requires a toolchain with IPV6, LARGEFILE and WCHAR support"
	depends on !BR2_INET_IPV6 || !BR2_LARGEFILE || !BR2_USE_WCHAR